Searched refs:get_handle (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/rust/src/ |
D | ffi.rs | 32 get_handle: unsafe extern "C" fn(user: *mut (), address: *const [u8; 6]) -> u16, field 51 pub(crate) fn get_handle(&self, addr: hci::Address) -> u16 { in get_handle() method 53 unsafe { (self.get_handle)(self.user_pointer, &addr_bytes as *const _) } in get_handle()
|
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | informational.rs | 858 tx.get_handle(), in process() 867 tx.get_handle(), in process() 877 tx.get_handle(), in process() 900 rx.get_handle(), in process() 909 rx.get_handle(), in process() 919 rx.get_handle(), in process()
|
D | connections.rs | 516 let handle = acl_tx.get_handle(); in process_acl_tx()
|
/packages/modules/Bluetooth/tools/rootcanal/rust/include/ |
D | rootcanal_rs.h | 29 uint16_t (*get_handle)(void* user, const uint8_t (*address)[6]); member
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | command_handler.rs | 26 packet.get_handle().into(), in process_packet()
|
D | att_database.rs | 12 AttHandle(value.get_handle()) in from()
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/ |
D | write_request.rs | 12 let handle = request.get_handle().into(); in handle_write_request()
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/ |
D | manager.rs | 343 manager.ops.get_handle(self.peer_address()) in peer_handle()
|
/packages/modules/Bluetooth/system/rust/tests/ |
D | gatt_server_test.rs | 547 Some(decl.get_handle().into()) in test_service_change_indication()
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 2038 .get_handle = in LinkLayerController()
|