Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_server.h138 indication_sent_callback indication_sent_cb; member
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs3331 fn indication_sent_cb(&mut self, conn_id: i32, status: GattStatus); in indication_sent_cb() method
3570 fn indication_sent_cb(&mut self, conn_id: i32, mut status: GattStatus) { in indication_sent_cb() method