Home
last modified time | relevance | path

Searched refs:get_datastore (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/rust/tests/
Dgatt_callbacks_test.rs55 .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 …]
/packages/modules/Bluetooth/system/rust/src/gatt/callbacks/
Dcallback_transaction_manager.rs91 pub fn get_datastore(self: &Rc<Self>, server_id: ServerId) -> impl RawGattDatastore { in get_datastore() method
/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.rs367 modules.gatt_incoming_callbacks.get_datastore(server_id), in add_service()