Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc633 static int get_connection_state(const RawAddress* bd_addr) { in get_connection_state() function
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h728 int (*get_connection_state)(const RawAddress* bd_addr); member
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs187 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState; in get_connection_state() method
2196 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs594 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1201 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.rs830 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state() method