Home
last modified time | relevance | path

Searched refs:BtGattNotifyParams (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs20 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/
Dbluetooth_gatt.rs9 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