Home
last modified time | relevance | path

Searched refs:notify_cb (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h195 notify_callback notify_cb; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc155 HAL_CBACK(bt_gatt_callbacks, client->notify_cb, p_data->notify.conn_id, in btif_gattc_upstreams_evt()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1844 notify_cb: Some(gc_notify_cb), in initialize()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs2918 fn notify_cb(&mut self, conn_id: i32, data: BtGattNotifyParams); in notify_cb() method
3055 fn notify_cb(&mut self, conn_id: i32, data: BtGattNotifyParams) { in notify_cb() method