Home
last modified time | relevance | path

Searched refs:connection_state (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_metrics_logging.cc85 android::bluetooth::SocketConnectionstateEnum connection_state, in log_socket_connection_state() argument
89 address, port, type, connection_state, tx_bytes, rx_bytes, uid, in log_socket_connection_state()
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_metrics_api.h292 android::bluetooth::SocketConnectionstateEnum connection_state,
304 android::bluetooth::SocketConnectionstateEnum connection_state, in operator()
307 body(raw_address, port, type, connection_state, tx_bytes, rx_bytes, uid, in operator()
Dmock_main_shim_metrics_api.cc177 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
182 raw_address, port, type, connection_state, tx_bytes, rx_bytes, uid, in LogMetricSocketConnectionState()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc150 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
155 address, port, type, connection_state, tx_bytes, rx_bytes, uid, in LogMetricSocketConnectionState()
Dmetrics_api.h238 android::bluetooth::SocketConnectionstateEnum connection_state,
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc371 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
386 connection_state, in LogMetricSocketConnectionState()
400 connection_state, in LogMetricSocketConnectionState()
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.cc1827 auto connection_state = device_iter.lock()->GetConnectionState(); in Disable() local
1838 if (connection_state == DeviceConnectState::CONNECTING_AUTOCONNECT) { in Disable()
1853 auto connection_state = device_iter.lock()->GetConnectionState(); in Enable() local
1861 if (connection_state == DeviceConnectState::DISCONNECTED) { in Enable()
1873 auto connection_state = device_iter.lock()->GetConnectionState(); in AddToAllowListNotConnectedGroupMembers() local
1874 if (connection_state == DeviceConnectState::CONNECTED || in AddToAllowListNotConnectedGroupMembers()
1875 connection_state == DeviceConnectState::CONNECTING_BY_USER || in AddToAllowListNotConnectedGroupMembers()
1876 connection_state == in AddToAllowListNotConnectedGroupMembers()
1878 connection_state == in AddToAllowListNotConnectedGroupMembers()
Ddevices.cc1356 auto connection_state = device->GetConnectionState(); in Cleanup() local
1357 if (connection_state == DeviceConnectState::DISCONNECTED || in Cleanup()
1358 connection_state == DeviceConnectState::DISCONNECTING) { in Cleanup()
1362 if (connection_state == DeviceConnectState::CONNECTING_AUTOCONNECT) { in Cleanup()
Dclient.cc1403 auto connection_state = leAudioDevice->GetConnectionState(); in RemoveDevice() local
1404 switch (connection_state) { in RemoveDevice()
1626 auto connection_state = leAudioDevice->GetConnectionState(); in Disconnect() local
1628 bluetooth::common::ToString(connection_state)); in Disconnect()
1630 switch (connection_state) { in Disconnect()
1708 bluetooth::common::ToString(connection_state)); in Disconnect()
2449 auto connection_state = leAudioDevice->GetConnectionState(); in OnGattDisconnected() local
2452 bluetooth::common::ToString(connection_state)); in OnGattDisconnected()
2454 if (connection_state == DeviceConnectState::DISCONNECTING_AND_RECOVER) { in OnGattDisconnected()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_hh_test.cc273 connection_state_cb_t connection_state = { in SetUp() local
277 g_bthh_connection_state_promise.set_value(connection_state); in SetUp()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_metrics_logging.h62 android::bluetooth::SocketConnectionstateEnum connection_state,
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py418 connection_state = self.adapter_client.get_connection_state(address)
419 if connection_state is None:
422 return connection_state > floss_enums.BtConnectionState.CONNECTED_ONLY
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc40 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
/packages/modules/Bluetooth/system/common/
Dmetrics_linux.cc98 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState() argument
Dmetrics.h477 android::bluetooth::SocketConnectionstateEnum connection_state,
Dmetrics.cc854 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState() argument
869 obfuscated_id_field, port, type, connection_state, tx_bytes, in LogSocketConnectionState()
875 address, port, type, connection_state, tx_bytes, rx_bytes, uid, in LogSocketConnectionState()
/packages/modules/Bluetooth/system/gd/os/
Dmetrics.h293 android::bluetooth::SocketConnectionstateEnum connection_state,
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc45 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs888 connection_state, in cmd_device()
903 let connection_state = match adapter.get_connection_state(device.clone()) { in cmd_device() localVariable
920 connection_state, in cmd_device()
936 print_info!("Connection State: {}", connection_state); in cmd_device()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1466 fn connection_state( in connection_state() method
3061 fn connection_state( in connection_state() method