Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs336 gatt_db: WeakBox<GattDatabase>, field
534 let gatt_db = SharedBox::new(GattDatabase::new()); in test_read_empty_db() localVariable
545 let gatt_db = SharedBox::new(GattDatabase::new()); in test_single_service() localVariable
582 let gatt_db = SharedBox::new(GattDatabase::new()); in test_service_removal() localVariable
661 let gatt_db = SharedBox::new(GattDatabase::new()); in test_single_characteristic_declaration() localVariable
731 let gatt_db = SharedBox::new(GattDatabase::new()); in test_all_characteristic_permissions() localVariable
779 let gatt_db = SharedBox::new(GattDatabase::new()); in test_single_characteristic_value() localVariable
825 let gatt_db = SharedBox::new(GattDatabase::new()); in test_unreadable_characteristic() localVariable
852 let gatt_db = SharedBox::new(GattDatabase::new()); in test_handle_clash() localVariable
875 let gatt_db = Rc::new(GattDatabase::new()); in test_handle_clash_with_existing() localVariable
[all …]
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs214 let gatt_db = init_gatt_db(); in test_gatt_service_discovery() localVariable
241 let gatt_db = init_gatt_db(); in test_default_indication_subscription() localVariable
272 let gatt_db = init_gatt_db(); in test_subscribe_to_indication() localVariable
293 let gatt_db = init_gatt_db(); in test_unsubscribe_to_indication() localVariable
332 let gatt_db = init_gatt_db(); in test_single_registered_service_change_indication() localVariable
372 let gatt_db = init_gatt_db(); in test_multiple_registered_service_change_indication() localVariable
411 let gatt_db = init_gatt_db(); in test_one_unregistered_service_change_indication() localVariable
449 let gatt_db = init_gatt_db(); in test_one_disconnected_service_change_indication() localVariable