Home
last modified time | relevance | path

Searched defs:gatt_datastore (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs346 let gatt_datastore = Rc::new(gatt_datastore); in test_single_registered_service_change_indication() localVariable
391 let gatt_datastore = Rc::new(gatt_datastore); in test_multiple_registered_service_change_indication() localVariable
429 let gatt_datastore = Rc::new(gatt_datastore); in test_one_unregistered_service_change_indication() localVariable
471 let gatt_datastore = Rc::new(gatt_datastore); in test_one_disconnected_service_change_indication() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs588 let gatt_datastore = Rc::new(gatt_datastore); in test_service_removal() localVariable
881 let gatt_datastore = Rc::new(gatt_datastore); in test_handle_clash_with_existing() localVariable