Home
last modified time | relevance | path

Searched defs:is_connected (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hfp_hal.cc92 void notify_sco_connection_change(RawAddress device, bool is_connected, in notify_sco_connection_change()
Dbtm_sco_hfp_hal_linux.cc239 bool is_connected, int codec) { in mgmt_notify_sco_connection_change()
423 void notify_sco_connection_change(RawAddress device, bool is_connected, in notify_sco_connection_change()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sco_hfp_hal.cc109 void notify_sco_connection_change(RawAddress device, bool is_connected, in notify_sco_connection_change()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc180 bool is_connected(const btif_hf_client_cb_t* cb) { in is_connected() function
Dbtif_hf.cc186 static bool is_connected(RawAddress* bd_addr) { in is_connected() function
Dbtif_av.cc3545 bool is_connected = peer->IsConnected(); in btif_av_peer_supports_3mbps() local
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1971 let is_connected = self in create_bond() localVariable
2013 let is_connected = self in remove_bond() localVariable
2310 let is_connected = self in connect_all_enabled_profiles() localVariable
2434 let is_connected = self in disconnect_all_enabled_profiles() localVariable
Dbluetooth_gatt.rs3465 let is_connected = connected != 0; in connection_cb() localVariable
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto3670 optional bool is_connected = 1; field