Searched defs:send_indication (Results 1 – 7 of 7) sorted by relevance
| /packages/modules/Bluetooth/system/include/hardware/ |
| D | bt_gatt_server.h | 174 bt_status_t (*send_indication)(int server_if, int attribute_handle, member
|
| /packages/modules/Bluetooth/system/rust/src/gatt/ |
| D | ffi.rs | 176 fn send_indication(_server_id: u8, handle: u16, conn_id: u16, value: &[u8]); in send_indication() function 468 fn send_indication(_server_id: u8, handle: u16, conn_id: u16, value: &[u8]) { in send_indication() function
|
| /packages/modules/Bluetooth/system/rust/src/gatt/server/ |
| D | att_server_bearer.rs | 117 pub fn send_indication( in send_indication() method
|
| /packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
| D | gatt_client.py | 367 async def send_indication(self): member in GattClient
|
| /packages/modules/Bluetooth/system/stack/gatt/ |
| D | gatt_main.cc | 1149 bool send_indication = true; in gatt_proc_srv_chg() local
|
| /packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
| D | gatt_service.rs | 714 fn send_indication(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in send_indication() method
|
| /packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
| D | gatt.rs | 1420 pub fn send_indication( in send_indication() method
|