Searched refs:gatt_db (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | gatt_database.rs | 338 AttDatabaseImpl { gatt_db: self.downgrade(), tcb_idx } in get_att_database() 344 gatt_db: WeakBox<GattDatabase>, field 351 let value = self.gatt_db.with(|gatt_db| { in read_attribute() 352 let Some(gatt_db) = gatt_db else { in read_attribute() 356 let services = gatt_db.schema.borrow(); in read_attribute() 392 let value = self.gatt_db.with(|gatt_db| { in write_attribute() 393 let Some(gatt_db) = gatt_db else { in write_attribute() 397 let services = gatt_db.schema.borrow(); in write_attribute() 438 let value = self.gatt_db.with(|gatt_db| { in write_no_response_attribute() 439 let Some(gatt_db) = gatt_db else { in write_no_response_attribute() [all …]
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/ |
D | gatt.rs | 226 let gatt_db = init_gatt_db(); in test_gatt_service_discovery() localVariable 227 let (att_db, _, _) = add_connection(&gatt_db, TCB_IDX); in test_gatt_service_discovery() 253 let gatt_db = init_gatt_db(); in test_default_indication_subscription() localVariable 254 let (att_db, _, _) = add_connection(&gatt_db, TCB_IDX); in test_default_indication_subscription() 284 let gatt_db = init_gatt_db(); in test_subscribe_to_indication() localVariable 285 let (att_db, _, _) = add_connection(&gatt_db, TCB_IDX); in test_subscribe_to_indication() 305 let gatt_db = init_gatt_db(); in test_unsubscribe_to_indication() localVariable 306 let (att_db, _, _) = add_connection(&gatt_db, TCB_IDX); in test_unsubscribe_to_indication() 344 let gatt_db = init_gatt_db(); in test_single_registered_service_change_indication() localVariable 345 let (att_db, _bearer, mut rx) = add_connection(&gatt_db, TCB_IDX); in test_single_registered_service_change_indication() [all …]
|
/packages/modules/Bluetooth/system/stack/ |
D | BUILD.gn | 134 "gatt/gatt_db.cc",
|
D | Android.bp | 252 "gatt/gatt_db.cc", 1361 "gatt/gatt_db.cc", 1915 "gatt/gatt_db.cc",
|