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.rs344 gatt_db: WeakBox<GattDatabase>, field
544 let gatt_db = SharedBox::new(GattDatabase::new()); in test_read_empty_db() localVariable
555 let gatt_db = SharedBox::new(GattDatabase::new()); in test_single_service() localVariable
594 let gatt_db = SharedBox::new(GattDatabase::new()); in test_service_removal() localVariable
673 let gatt_db = SharedBox::new(GattDatabase::new()); in test_single_characteristic_declaration() localVariable
745 let gatt_db = SharedBox::new(GattDatabase::new()); in test_all_characteristic_permissions() localVariable
795 let gatt_db = SharedBox::new(GattDatabase::new()); in test_single_characteristic_value() localVariable
841 let gatt_db = SharedBox::new(GattDatabase::new()); in test_unreadable_characteristic() localVariable
868 let gatt_db = SharedBox::new(GattDatabase::new()); in test_handle_clash() localVariable
891 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.rs226 let gatt_db = init_gatt_db(); in test_gatt_service_discovery() localVariable
253 let gatt_db = init_gatt_db(); in test_default_indication_subscription() localVariable
284 let gatt_db = init_gatt_db(); in test_subscribe_to_indication() localVariable
305 let gatt_db = init_gatt_db(); in test_unsubscribe_to_indication() localVariable
344 let gatt_db = init_gatt_db(); in test_single_registered_service_change_indication() localVariable
384 let gatt_db = init_gatt_db(); in test_multiple_registered_service_change_indication() localVariable
423 let gatt_db = init_gatt_db(); in test_one_unregistered_service_change_indication() localVariable
461 let gatt_db = init_gatt_db(); in test_one_disconnected_service_change_indication() localVariable