Home
last modified time | relevance | path

Searched refs:BthfConnectionState (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc60 typedef headset::bthf_connection_state_t BthfConnectionState; typedef
395 switch ((BthfConnectionState)state) { in ToProfileConnectionState()
396 case BthfConnectionState::BTHF_CONNECTION_STATE_DISCONNECTED: in ToProfileConnectionState()
399 case BthfConnectionState::BTHF_CONNECTION_STATE_CONNECTING: in ToProfileConnectionState()
402 case BthfConnectionState::BTHF_CONNECTION_STATE_CONNECTED: in ToProfileConnectionState()
403 case BthfConnectionState::BTHF_CONNECTION_STATE_SLC_CONNECTED: in ToProfileConnectionState()
406 case BthfConnectionState::BTHF_CONNECTION_STATE_DISCONNECTING: in ToProfileConnectionState()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs50 pub enum BthfConnectionState { enum
58 impl From<u32> for BthfConnectionState { implementation
60 BthfConnectionState::from_u32(item).unwrap() in from()
303 ConnectionState(BthfConnectionState, RawAddress),
329 u32 -> BthfConnectionState, RawAddress);
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs20 BthfAudioState, BthfConnectionState, CallHoldCommand, CallInfo, CallState, EscoCodingFormat,
464 hfp_states: HashMap<RawAddress, BthfConnectionState>,
1432 BthfConnectionState::Connected => { in dispatch_hfp_callbacks()
1435 BthfConnectionState::SlcConnected => { in dispatch_hfp_callbacks()
1455 BthfConnectionState::Disconnected => { in dispatch_hfp_callbacks()
1463 BthfConnectionState::Connecting => { in dispatch_hfp_callbacks()
1466 BthfConnectionState::Disconnecting => { in dispatch_hfp_callbacks()
1475 || BthfConnectionState::SlcConnected != *self.hfp_states.get(&addr).unwrap() in dispatch_hfp_callbacks()
1530 || BthfConnectionState::SlcConnected != *self.hfp_states.get(&addr).unwrap() in dispatch_hfp_callbacks()
1562 || BthfConnectionState::SlcConnected != *self.hfp_states.get(&addr).unwrap() in dispatch_hfp_callbacks()
[all …]