Searched refs:BtGattNotifyParams (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 20 pub type BtGattNotifyParams = bindings::btgatt_notify_params_t; typedef 584 Notify(i32, BtGattNotifyParams), 672 i32, *const BtGattNotifyParams, {
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 9 AdvertisingStatus, AdvertisingTrackInfo, BtGattDbElement, BtGattNotifyParams, BtGattReadParams, 2918 fn notify_cb(&mut self, conn_id: i32, data: BtGattNotifyParams); in notify_cb() argument 3055 fn notify_cb(&mut self, conn_id: i32, data: BtGattNotifyParams) { in notify_cb() argument
|