Home
last modified time | relevance | path

Searched defs:connection_state (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/simulator_app/proto/
Dsimulator_stream_protocol.proto67 optional int32 connection_state = 3; field
/packages/modules/Bluetooth/system/btif/src/
Dbtif_metrics_logging.cc72 android::bluetooth::SocketConnectionstateEnum connection_state, in log_socket_connection_state()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_hh_test.cc299 connection_state_cb_t connection_state = { in SetUp() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_metrics_api.cc164 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState()
Dmock_common_metrics.cc194 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc129 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState()
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dmetrics.cc44 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState()
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc40 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState()
/packages/modules/Bluetooth/system/gd/os/host/
Dmetrics.cc40 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState()
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.cc1961 auto connection_state = device_iter.lock()->GetConnectionState(); in Disable() local
1988 auto connection_state = device_iter.lock()->GetConnectionState(); in Enable() local
2009 auto connection_state = device_iter.lock()->GetConnectionState(); in AddToAllowListNotConnectedGroupMembers() local
3116 auto connection_state = device->GetConnectionState(); in Cleanup() local
Dclient.cc1240 auto connection_state = leAudioDevice->GetConnectionState(); in RemoveDevice() local
1473 auto connection_state = leAudioDevice->GetConnectionState(); in Disconnect() local
2245 auto connection_state = leAudioDevice->GetConnectionState(); in OnGattDisconnected() local
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc329 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState()
/packages/modules/Bluetooth/system/common/
Dmetrics_linux.cc98 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState()
Dmetrics.cc840 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs771 let connection_state = match adapter.get_connection_state(device.clone()) { in cmd_device() localVariable
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1114 fn connection_state(&mut self, address: RawAddress, state: BthhConnectionState); in connection_state() method
2546 fn connection_state(&mut self, mut address: RawAddress, state: BthhConnectionState) { in connection_state() method