Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1447 context_map: ContextMap, field
1478 context_map: ContextMap::new(tx.clone()), in new()
1917 if let Some(client) = self.context_map.get_by_callback_id(callback_id) { in remove_client_callback()
1924 self.context_map.remove_callback(callback_id); in remove_client_callback()
1936 self.context_map.remove_callback(callback_id); in remove_server_callback()
1968 for client_id in self.context_map.get_client_ids_from_address(&device.address) { in handle_action()
1970 self.context_map.get_conn_id_from_address(client_id, &device.address) in handle_action()
2424 self.context_map.add(&uuid, callback); in register_client()
2435 self.context_map.remove(client_id); in unregister_client()
2461 let Some(conn_id) = self.context_map.get_conn_id_from_address(client_id, &addr) else { in client_disconnect()
[all …]