Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs274 fn get_connection_state(&self, device: BluetoothDevice) -> u32 { in get_connection_state() method
/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc96 static int get_connection_state(const RawAddress* bd_addr) { in get_connection_state() function
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs149 fn get_connection_state(&self, device: BluetoothDevice) -> u32; in get_connection_state() method
1282 fn get_connection_state(&self, device: BluetoothDevice) -> u32 { in get_connection_state() method
/packages/modules/Bluetooth/system/service/
Dbluetooth_interface.cc359 static int get_connection_state(const RawAddress* bd_addr) { in get_connection_state() function
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc386 static int get_connection_state(const RawAddress* bd_addr) { in get_connection_state() function
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h671 int (*get_connection_state)(const RawAddress* bd_addr); member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs996 pub fn get_connection_state(&self, addr: &RawAddress) -> u32 { in get_connection_state() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs423 fn get_connection_state(&self, device: BluetoothDevice) -> u32 { in get_connection_state() method