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.rs1351 context_map: ContextMap, field
1386 context_map: ContextMap::new(tx.clone()), in new()
1789 if let Some(client) = self.context_map.get_by_callback_id(callback_id) { in remove_client_callback()
1796 self.context_map.remove_callback(callback_id); in remove_client_callback()
1808 self.context_map.remove_callback(callback_id); in remove_server_callback()
1847 if let Some(client) = self.context_map.get_by_client_id(client_id) { in handle_action()
1848 if let Some(cb) = self.context_map.get_callback_from_callback_id(client.cbid) { in handle_action()
1854 for client_id in self.context_map.get_client_ids_from_address(&device.address) { in handle_action()
1856 self.context_map.get_conn_id_from_address(client_id, &device.address) in handle_action()
1887 self.context_map.get_connected_applications_from_address(device_address) in get_connected_applications()
[all …]