Searched defs:gatt_db (Results 1 – 2 of 2) sorted by relevance
341 gatt_db: WeakBox<GattDatabase>, field541 let gatt_db = SharedBox::new(GattDatabase::new()); in test_read_empty_db() localVariable552 let gatt_db = SharedBox::new(GattDatabase::new()); in test_single_service() localVariable589 let gatt_db = SharedBox::new(GattDatabase::new()); in test_service_removal() localVariable668 let gatt_db = SharedBox::new(GattDatabase::new()); in test_single_characteristic_declaration() localVariable738 let gatt_db = SharedBox::new(GattDatabase::new()); in test_all_characteristic_permissions() localVariable786 let gatt_db = SharedBox::new(GattDatabase::new()); in test_single_characteristic_value() localVariable832 let gatt_db = SharedBox::new(GattDatabase::new()); in test_unreadable_characteristic() localVariable859 let gatt_db = SharedBox::new(GattDatabase::new()); in test_handle_clash() localVariable882 let gatt_db = Rc::new(GattDatabase::new()); in test_handle_clash_with_existing() localVariable[all …]
225 let gatt_db = init_gatt_db(); in test_gatt_service_discovery() localVariable252 let gatt_db = init_gatt_db(); in test_default_indication_subscription() localVariable283 let gatt_db = init_gatt_db(); in test_subscribe_to_indication() localVariable304 let gatt_db = init_gatt_db(); in test_unsubscribe_to_indication() localVariable343 let gatt_db = init_gatt_db(); in test_single_registered_service_change_indication() localVariable383 let gatt_db = init_gatt_db(); in test_multiple_registered_service_change_indication() localVariable422 let gatt_db = init_gatt_db(); in test_one_unregistered_service_change_indication() localVariable460 let gatt_db = init_gatt_db(); in test_one_disconnected_service_change_indication() localVariable