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.h177 notify_callback notify_cb; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc178 HAL_CBACK(callbacks, client->notify_cb, static_cast<int>(p_data->notify.conn_id), data); in btif_gattc_upstreams_evt()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs2753 fn notify_cb(&mut self, conn_id: i32, data: BtGattNotifyParams); in notify_cb() method
2904 fn notify_cb(&mut self, conn_id: i32, data: BtGattNotifyParams) { in notify_cb() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1965 notify_cb: Some(gc_notify_cb), in initialize()