Searched defs:gatt_database (Results 1 – 4 of 4) sorted by relevance
110 let mut gatt_database = GattDatabase::new(); in init_dbs() localVariable112 let gatt_database = SharedBox::new(gatt_database); in init_dbs() localVariable
202 let mut gatt_database = GattDatabase::new(); in init_gatt_db() localVariable
6 pub mod gatt_database; module
243 gatt::Database gatt_database; member