Searched refs:indication_sent_cb (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/rust/src/gatt/ffi/ |
D | gatt_shim.cc | 111 do_in_jni_thread(base::BindOnce(callbacks.indication_sent_cb, conn_id, status)); in OnIndicationSentConfirmation()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_server.h | 129 indication_sent_callback indication_sent_cb; member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_server.cc | 228 HAL_CBACK(callbacks, server->indication_sent_cb, static_cast<int>(p_data->req_data.conn_id), in btapp_gatts_handle_cback()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 3192 fn indication_sent_cb(&mut self, conn_id: i32, status: GattStatus); in indication_sent_cb() method 3438 fn indication_sent_cb(&mut self, conn_id: i32, mut status: GattStatus) { in indication_sent_cb() method
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1997 indication_sent_cb: Some(gs_indication_sent_cb), in initialize()
|