Searched defs:BtConnectionState (Results 1 – 5 of 5) sorted by relevance
233 class BtConnectionState(enum.IntEnum): class
103 pub enum BtConnectionState { enum111 impl From<i32> for BtConnectionState { implementation1378 pub fn get_connection_state(&self, addr: &RawAddress) -> BtConnectionState { in get_connection_state()
221 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState; in get_connection_state()2639 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state()
700 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state()
965 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state()