Home
last modified time | relevance | path

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

/aosp_15_r20/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.rs202 let mut gatt_database = GattDatabase::new(); in init_gatt_db() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs6 pub mod gatt_database; module
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_int.h243 gatt::Database gatt_database; member