Home
last modified time | relevance | path

Searched refs:connection_state_cb (Results 1 – 24 of 24) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/btav_sink/
Dbtav_sink_shim.cc43 static void connection_state_cb( in connection_state_cb() function
57 connection_state_cb,
/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc167 .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()
Dbtif_hh_test.cc131 .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/
Dbtif_hd.cc219 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()
Dbtif_pan.cc228 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()
Dbtif_hf_client.cc877 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()
Dbtif_rc.cc704 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()
Dbtif_av.cc2945 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()
Dbtif_hh.cc139 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &(_link_spec).addrt.bda, \
/packages/modules/Bluetooth/system/gd/rust/topshim/csis/
Dcsis_shim.cc76 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/
Dvc_shim.cc53 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/
Dhid_host.rs125 cb_variant!(HHCb, connection_state_cb -> HHCallbacks::ConnectionState,
222 connection_state_cb: Some(connection_state_cb), in initialize()
Dhf_client.rs144 connection_state_cb: Some(hf_client_connection_state_cb), in initialize()
Davrcp.rs277 connection_state_cb: Some(avrcp_connection_state_cb), in initialize()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h343 btav_connection_state_callback connection_state_cb; member
353 btav_connection_state_callback connection_state_cb; member
Dbt_pan.h53 btpan_connection_state_callback connection_state_cb; member
Dbt_hd.h83 bthd_connection_state_callback connection_state_cb; member
Dbt_hh.h174 bthh_connection_state_callback connection_state_cb; member
Dbt_hf_client.h306 bthf_client_connection_state_callback connection_state_cb; member
Dbt_rc.h635 btrc_connection_state_callback connection_state_cb; member
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc230 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/
Dhfp_shim.cc37 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/
Dle_audio_shim.cc186 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/
Dcom_android_bluetooth_hfpclient.cpp71 static void connection_state_cb(const RawAddress* bd_addr, in connection_state_cb() function
406 connection_state_cb,