Home
last modified time | relevance | path

Searched defs:GattClientCallback (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs64 type GattClientCallback = Box<dyn IBluetoothGattCallback + Send>; typedef
113 fn add(&mut self, uuid: &Uuid, callback: GattClientCallback) { in add()
187 ) -> Option<&mut GattClientCallback> { in get_callback_from_callback_id()