Searched defs:send_indication (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/ |
H A D | generic_attribute_service_test.cc | 85 auto send_indication = in TEST_F() local 154 auto send_indication = in TEST_F() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | ffi.rs | 173 fn send_indication(_server_id: u8, handle: u16, conn_id: u16, value: &[u8]); in send_indication() function 436 fn send_indication(_server_id: u8, handle: u16, conn_id: u16, value: &[u8]) { in send_indication() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_server.h | 163 bt_status_t (*send_indication)(int server_if, int attribute_handle, int conn_id, int confirm, member
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | att_server_bearer.rs | 111 pub fn send_indication( in send_indication() method
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | gatt_client.py | 367 async def send_indication(self): member in GattClient
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_main.cc | 1236 bool send_indication = true; in gatt_proc_srv_chg() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/libbluetooth_core_rs_bridge_codegen/gen/gensrcs/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | ffi.cc | 922 void send_indication(::std::uint8_t _server_id, ::std::uint16_t handle, ::std::uint16_t conn_id, ::… in send_indication() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | gatt_service.rs | 717 fn send_indication(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in send_indication() method
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1406 pub fn send_indication( in send_indication() method
|