Searched refs:get_datastore (Results 1 – 3 of 3) sorted by relevance
55 .get_datastore(SERVER_ID) in test_read_characteristic_callback()77 let datastore = callback_manager.get_datastore(SERVER_ID); in test_read_characteristic_response()100 let datastore = callback_manager.get_datastore(SERVER_ID); in test_sequential_reads()110 let datastore = callback_manager.get_datastore(SERVER_ID); in test_sequential_reads()134 let datastore = callback_manager.get_datastore(SERVER_ID); in test_concurrent_reads()141 let datastore = callback_manager.get_datastore(SERVER_ID); in test_concurrent_reads()168 let datastore = callback_manager.get_datastore(SERVER_ID); in test_distinct_transaction_ids()170 let datastore = callback_manager.get_datastore(SERVER_ID); in test_distinct_transaction_ids()190 let datastore = callback_manager.get_datastore(SERVER_ID); in test_invalid_trans_id()212 let datastore = callback_manager.get_datastore(SERVER_ID); in test_invalid_conn_id()[all …]
91 pub fn get_datastore(self: &Rc<Self>, server_id: ServerId) -> impl RawGattDatastore { in get_datastore() method
367 modules.gatt_incoming_callbacks.get_datastore(server_id), in add_service()