Searched refs:Gatt (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Server.kt | 61 BluetoothProfile.GATT to ::Gatt,
|
D | Gatt.kt | 46 class Gatt(private val context: Context) : GATTImplBase(), Closeable { class
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_adv.rs | 6 use bt_topshim::profiles::gatt::{AdvertisingStatus, Gatt, GattAdvCallbacks, LeDiscMode, LePhy}; 548 gatt: Arc<Mutex<Gatt>>, in initialize() argument 574 gatt: Arc<Mutex<Gatt>>, 581 gatt: Arc<Mutex<Gatt>>, in new() argument 1441 gatt: Arc<Mutex<Gatt>>, 1456 gatt: Arc<Mutex<Gatt>>, in new() argument
|
D | lib.rs | 177 Gatt, enumerator
|
D | bluetooth_gatt.rs | 10 BtGattResponse, BtGattValue, Gatt, GattAdvCallbacksDispatcher, 1333 gatt: Option<Arc<Mutex<Gatt>>>, 1445 gatt: Option<Arc<Mutex<Gatt>>>, 1501 self.gatt = Gatt::new(&self.intf.lock().unwrap()).map(|gatt| Arc::new(Mutex::new(gatt))); in init_profiles() 1581 let _ = api_tx_clone.send(APIMessage::IsReady(BluetoothAPI::Gatt)).await; in init_profiles()
|
/packages/modules/Bluetooth/system/blueberry/facade/topshim/ |
D | facade.proto | 68 // Gatt Client 93 // Gatt Server
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | gatt_service.rs | 5 AdvertiseParameters, Gatt, GattFilterParam, PeriodicAdvertisingParameters, 37 gatt: Arc<Mutex<Gatt>>, 52 gatt: Arc::new(Mutex::new(Gatt::new(&btif_clone.lock().unwrap()).unwrap())), in create()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1719 pub struct Gatt { struct 1735 impl Gatt { argument 1736 pub fn new(intf: &BluetoothInterface) -> Option<Gatt> { in new() argument 1737 let r = intf.get_profile_interface(SupportedProfiles::Gatt); in new() 1748 Some(Gatt { in new()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | interface_manager.rs | 224 BluetoothAPI::Gatt => { in dispatch()
|
/packages/modules/Bluetooth/framework/tests/bumble/doc/ |
D | guide.md | 120 the Dck Gatt service.
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 883 Gatt, enumerator 899 SupportedProfiles::Gatt => "gatt", in from()
|