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.rs56 .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 …]
/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.rs377 modules.gatt_incoming_callbacks.get_datastore(server_id), in add_service()