Home
last modified time | relevance | path

Searched defs:get_connection_state (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/floss/
Dadapter_client.py901 def get_connection_state(self, address): member in FlossAdapterClient
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc671 static int get_connection_state(const RawAddress* bd_addr) { in get_connection_state() function
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h773 int (*get_connection_state)(const RawAddress* bd_addr); member
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs221 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState; in get_connection_state() method
2639 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs700 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1378 pub fn get_connection_state(&self, addr: &RawAddress) -> BtConnectionState { in get_connection_state() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs965 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state() method