Home
last modified time | relevance | path

Searched defs:cbid (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dcallbacks.rs130 let cbid = callbacks.add_callback(Box::new(TestCallback::new(cb_string.clone()))); in test_add_and_remove() localVariable
Dbluetooth_gatt.rs42 cbid: u32, field
124 let cbid = self.callbacks.add_callback(callback); in add() localVariable
138 let cbid = c.cbid; in remove() localVariable
196 cbid: u32, field
266 let cbid = self.callbacks.add_callback(callback); in add() localVariable
3001 let cbid = c.cbid; in register_client_cb() localVariable
3097 let cbid = client.cbid; in write_characteristic_cb() localVariable
3164 let cbid = client.cbid; in congestion_cb() localVariable
3378 let cbid = self.server_context_map.get_by_uuid(&app_uuid).map(|server| server.cbid); in register_server_cb() localVariable
3401 let cbid = self.server_context_map.get_by_server_id(server_id).map(|server| server.cbid); in connection_cb() localVariable
[all …]