Searched refs:BthhConnectionState (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hid_host.rs | 20 pub enum BthhConnectionState { enum 29 impl From<bindings::bthh_connection_state_t> for BthhConnectionState { implementation 31 BthhConnectionState::from_u32(item).unwrap_or_else(|| BthhConnectionState::Unknown) in from() 110 ConnectionState(RawAddress, BtAddrType, BtTransport, BthhConnectionState), 126 …s, u8 -> BtAddrType, u8 -> BtTransport, bindings::bthh_connection_state_t -> BthhConnectionState, {
|
/packages/modules/Bluetooth/system/gd/metrics/chromeos/ |
D | metrics_event.cc | 58 typedef bthh_connection_state_t BthhConnectionState; typedef 440 switch ((BthhConnectionState)state) { in ToProfileConnectionState() 441 case BthhConnectionState::BTHH_CONN_STATE_CONNECTED: in ToProfileConnectionState() 444 case BthhConnectionState::BTHH_CONN_STATE_CONNECTING: in ToProfileConnectionState() 447 case BthhConnectionState::BTHH_CONN_STATE_DISCONNECTED: in ToProfileConnectionState() 450 case BthhConnectionState::BTHH_CONN_STATE_DISCONNECTING: in ToProfileConnectionState() 453 case BthhConnectionState::BTHH_CONN_STATE_ACCEPTING: in ToProfileConnectionState() 457 case BthhConnectionState::BTHH_CONN_STATE_UNKNOWN: in ToProfileConnectionState()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 15 BthhConnectionState, BthhHidInfo, BthhProtocolMode, BthhReportType, BthhStatus, 1471 state: BthhConnectionState, in connection_state() argument 2751 BthhConnectionState::Connecting as u32, in connect_all_enabled_profiles() 2759 BthhConnectionState::Disconnected as u32, in connect_all_enabled_profiles() 3066 state: BthhConnectionState, in connection_state() argument
|