/packages/modules/Bluetooth/system/gd/rust/topshim/btav_sink/ |
D | btav_sink_shim.cc | 43 static void connection_state_cb( in connection_state_cb() function 57 connection_state_cb,
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_rc_test.cc | 167 .connection_state_cb = [](bool /* rc_connect */, bool /* bt_connect */, 284 btrc_ctrl_callbacks.connection_state_cb = [](bool rc_state, bool bt_state, in SetUp() 297 bt_rc_ctrl_callbacks->connection_state_cb = in TearDown() 336 btrc_ctrl_callbacks.connection_state_cb = [](bool rc_state, bool bt_state, in SetUp() 349 bt_rc_ctrl_callbacks->connection_state_cb = in TearDown()
|
D | btif_hh_test.cc | 131 .connection_state_cb = nullptr, // bthh_connection_state_callback 269 bthh_callbacks.connection_state_cb = [](RawAddress* bd_addr, in SetUp() 282 bthh_callbacks.connection_state_cb = in TearDown()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hd.cc | 219 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt() 231 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt() 256 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt() 270 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt()
|
D | btif_pan.cc | 228 callback.connection_state_cb(BTPAN_STATE_DISCONNECTING, in btif_in_pan_generic_evt() 587 callback.connection_state_cb(BTPAN_STATE_CONNECTING, BT_STATUS_SUCCESS, in bta_pan_callback_transfer() 615 callback.connection_state_cb(state, status, &p_data->open.bd_addr, in bta_pan_callback_transfer() 627 callback.connection_state_cb(BTPAN_STATE_DISCONNECTED, (bt_status_t)0, in bta_pan_callback_transfer()
|
D | btif_hf_client.cc | 877 HAL_CBACK(bt_hf_client_callbacks, connection_state_cb, &cb->peer_bda, in btif_hf_client_upstreams_evt() 892 HAL_CBACK(bt_hf_client_callbacks, connection_state_cb, &cb->peer_bda, in btif_hf_client_upstreams_evt() 906 HAL_CBACK(bt_hf_client_callbacks, connection_state_cb, &cb->peer_bda, in btif_hf_client_upstreams_evt()
|
D | btif_rc.cc | 704 base::BindOnce(bt_rc_ctrl_callbacks->connection_state_cb, true, in btif_rc_check_pending_cmd() 800 base::BindOnce(bt_rc_ctrl_callbacks->connection_state_cb, true, in handle_rc_browse_connect() 810 base::BindOnce(bt_rc_ctrl_callbacks->connection_state_cb, true, in handle_rc_browse_connect() 891 do_in_jni_thread(base::BindOnce(bt_rc_ctrl_callbacks->connection_state_cb, in handle_rc_connect() 927 do_in_jni_thread(base::BindOnce(bt_rc_ctrl_callbacks->connection_state_cb, in handle_rc_disconnect()
|
D | btif_av.cc | 2945 base::BindOnce(btif_av_source.Callbacks()->connection_state_cb, in btif_report_connection_state() 2949 base::BindOnce(btif_av_sink.Callbacks()->connection_state_cb, in btif_report_connection_state() 2957 btif_av_source.Callbacks()->connection_state_cb, peer_address, state, in btif_report_connection_state() 2961 btif_av_sink.Callbacks()->connection_state_cb, peer_address, state, in btif_report_connection_state()
|
D | btif_hh.cc | 139 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &(_link_spec).addrt.bda, \
|
/packages/modules/Bluetooth/system/gd/rust/topshim/csis/ |
D | csis_shim.cc | 76 static void connection_state_cb(const RawAddress& addr, csis::ConnectionState state) { in connection_state_cb() function 105 topshim::rust::internal::connection_state_cb(addr, state); in OnConnectionState()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/ |
D | vc_shim.cc | 53 static void connection_state_cb(vc::ConnectionState state, const RawAddress& address) { in connection_state_cb() function 98 topshim::rust::internal::connection_state_cb(state, address); in OnConnectionState()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hid_host.rs | 125 cb_variant!(HHCb, connection_state_cb -> HHCallbacks::ConnectionState, 222 connection_state_cb: Some(connection_state_cb), in initialize()
|
D | hf_client.rs | 144 connection_state_cb: Some(hf_client_connection_state_cb), in initialize()
|
D | avrcp.rs | 277 connection_state_cb: Some(avrcp_connection_state_cb), in initialize()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_av.h | 343 btav_connection_state_callback connection_state_cb; member 353 btav_connection_state_callback connection_state_cb; member
|
D | bt_pan.h | 53 btpan_connection_state_callback connection_state_cb; member
|
D | bt_hd.h | 83 bthd_connection_state_callback connection_state_cb; member
|
D | bt_hh.h | 174 bthh_connection_state_callback connection_state_cb; member
|
D | bt_hf_client.h | 306 bthf_client_connection_state_callback connection_state_cb; member
|
D | bt_rc.h | 635 btrc_connection_state_callback connection_state_cb; member
|
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/ |
D | btav_shim.cc | 230 static void connection_state_cb(const RawAddress& addr, btav_connection_state_t state, const btav_e… in connection_state_cb() function 254 connection_state_cb,
|
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/ |
D | hfp_shim.cc | 37 static void connection_state_cb(bluetooth::headset::bthf_connection_state_t state, RawAddress* addr… in connection_state_cb() function 154 topshim::rust::internal::connection_state_cb(state, bd_addr); in ConnectionStateCallback()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/ |
D | le_audio_shim.cc | 186 static void connection_state_cb(le_audio::ConnectionState state, const RawAddress& address) { in connection_state_cb() function 265 topshim::rust::internal::connection_state_cb(state, address); in OnConnectionState()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hfpclient.cpp | 71 static void connection_state_cb(const RawAddress* bd_addr, in connection_state_cb() function 406 connection_state_cb,
|