Home
last modified time | relevance | path

Searched refs:get_handle (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dffi.rs32 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/
Dinformational.rs858 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()
Dconnections.rs516 let handle = acl_tx.get_handle(); in process_acl_tx()
/packages/modules/Bluetooth/tools/rootcanal/rust/include/
Drootcanal_rs.h29 uint16_t (*get_handle)(void* user, const uint8_t (*address)[6]); member
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dcommand_handler.rs26 packet.get_handle().into(), in process_packet()
Datt_database.rs12 AttHandle(value.get_handle()) in from()
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/
Dwrite_request.rs12 let handle = request.get_handle().into(); in handle_write_request()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmanager.rs343 manager.ops.get_handle(self.peer_address()) in peer_handle()
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs547 Some(decl.get_handle().into()) in test_service_change_indication()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc2038 .get_handle = in LinkLayerController()