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.rs104 let mut gatt_database = GattDatabase::new(); in init_dbs() localVariable
106 let gatt_database = SharedBox::new(gatt_database); in init_dbs() localVariable
Dgatt.rs191 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.h243 gatt::Database gatt_database; member