Home
last modified time | relevance | path

Searched defs:gatt_database (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgap.rs110 let mut gatt_database = GattDatabase::new(); in init_dbs() localVariable
112 let gatt_database = SharedBox::new(gatt_database); in init_dbs() localVariable
Dgatt.rs206 let mut gatt_database = GattDatabase::new(); in init_gatt_db() localVariable
/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs6 pub mod gatt_database; module
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_int.h219 gatt::Database gatt_database; member