Searched defs:gatt_db (Results 1 – 2 of 2) sorted by relevance
344 gatt_db: WeakBox<GattDatabase>, field544 let gatt_db = SharedBox::new(GattDatabase::new()); in test_read_empty_db() localVariable555 let gatt_db = SharedBox::new(GattDatabase::new()); in test_single_service() localVariable594 let gatt_db = SharedBox::new(GattDatabase::new()); in test_service_removal() localVariable673 let gatt_db = SharedBox::new(GattDatabase::new()); in test_single_characteristic_declaration() localVariable745 let gatt_db = SharedBox::new(GattDatabase::new()); in test_all_characteristic_permissions() localVariable795 let gatt_db = SharedBox::new(GattDatabase::new()); in test_single_characteristic_value() localVariable841 let gatt_db = SharedBox::new(GattDatabase::new()); in test_unreadable_characteristic() localVariable868 let gatt_db = SharedBox::new(GattDatabase::new()); in test_handle_clash() localVariable891 let gatt_db = Rc::new(GattDatabase::new()); in test_handle_clash_with_existing() localVariable[all …]
226 let gatt_db = init_gatt_db(); in test_gatt_service_discovery() localVariable253 let gatt_db = init_gatt_db(); in test_default_indication_subscription() localVariable284 let gatt_db = init_gatt_db(); in test_subscribe_to_indication() localVariable305 let gatt_db = init_gatt_db(); in test_unsubscribe_to_indication() localVariable344 let gatt_db = init_gatt_db(); in test_single_registered_service_change_indication() localVariable384 let gatt_db = init_gatt_db(); in test_multiple_registered_service_change_indication() localVariable423 let gatt_db = init_gatt_db(); in test_one_unregistered_service_change_indication() localVariable461 let gatt_db = init_gatt_db(); in test_one_disconnected_service_change_indication() localVariable