Searched refs:get_datastore (Results 1 – 3 of 3) sorted by relevance
56 .get_datastore(SERVER_ID) in test_read_characteristic_callback()78 let datastore = callback_manager.get_datastore(SERVER_ID); in test_read_characteristic_response()101 let datastore = callback_manager.get_datastore(SERVER_ID); in test_sequential_reads()111 let datastore = callback_manager.get_datastore(SERVER_ID); in test_sequential_reads()135 let datastore = callback_manager.get_datastore(SERVER_ID); in test_concurrent_reads()142 let datastore = callback_manager.get_datastore(SERVER_ID); in test_concurrent_reads()169 let datastore = callback_manager.get_datastore(SERVER_ID); in test_distinct_transaction_ids()171 let datastore = callback_manager.get_datastore(SERVER_ID); in test_distinct_transaction_ids()191 let datastore = callback_manager.get_datastore(SERVER_ID); in test_invalid_trans_id()213 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
377 modules.gatt_incoming_callbacks.get_datastore(server_id), in add_service()