Searched refs:get_datastore (Results 1 – 3 of 3) sorted by relevance
57 .get_datastore(SERVER_ID) in test_read_characteristic_callback()79 let datastore = callback_manager.get_datastore(SERVER_ID); in test_read_characteristic_response()102 let datastore = callback_manager.get_datastore(SERVER_ID); in test_sequential_reads()112 let datastore = callback_manager.get_datastore(SERVER_ID); in test_sequential_reads()136 let datastore = callback_manager.get_datastore(SERVER_ID); in test_concurrent_reads()143 let datastore = callback_manager.get_datastore(SERVER_ID); in test_concurrent_reads()170 let datastore = callback_manager.get_datastore(SERVER_ID); in test_distinct_transaction_ids()172 let datastore = callback_manager.get_datastore(SERVER_ID); in test_distinct_transaction_ids()192 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
395 modules.gatt_incoming_callbacks.get_datastore(server_id), in add_service()