Home
last modified time | relevance | path

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

/system/bt/include/hardware/
Dbt_pan.h53 btpan_connection_state_callback connection_state_cb; member
Dbt_av.h273 btav_connection_state_callback connection_state_cb; member
282 btav_connection_state_callback connection_state_cb; member
Dbt_hd.h82 bthd_connection_state_callback connection_state_cb; member
Dbt_hh.h133 bthh_connection_state_callback connection_state_cb; member
Dbt_hf_client.h299 bthf_client_connection_state_callback connection_state_cb; member
Dbt_rc.h627 btrc_connection_state_callback connection_state_cb; member
/system/bt/btif/src/
Dbtif_hd.cc216 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt()
228 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt()
253 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt()
271 HAL_CBACK(bt_hd_callbacks, connection_state_cb, in btif_hd_upstreams_evt()
Dbtif_hh.cc482 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &(p_dev->bd_addr), in btif_hh_remove_device()
621 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &tmp, in btif_hh_connect()
791 HAL_CBACK(bt_hh_callbacks, connection_state_cb, in btif_hh_upstreams_evt()
817 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &(p_dev->bd_addr), in btif_hh_upstreams_evt()
832 HAL_CBACK(bt_hh_callbacks, connection_state_cb, in btif_hh_upstreams_evt()
861 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &(p_dev->bd_addr), in btif_hh_upstreams_evt()
1074 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &(p_dev->bd_addr), in btif_hh_upstreams_evt()
1160 HAL_CBACK(bt_hh_callbacks, connection_state_cb, bd_addr, in btif_hh_handle_evt()
1163 HAL_CBACK(bt_hh_callbacks, connection_state_cb, bd_addr, in btif_hh_handle_evt()
1170 HAL_CBACK(bt_hh_callbacks, connection_state_cb, bd_addr, in btif_hh_handle_evt()
Dbtif_pan.cc244 callback.connection_state_cb(BTPAN_STATE_DISCONNECTING, in btif_in_pan_generic_evt()
607 callback.connection_state_cb(BTPAN_STATE_CONNECTING, BT_STATUS_SUCCESS, in bta_pan_callback_transfer()
636 callback.connection_state_cb(state, status, &p_data->open.bd_addr, in bta_pan_callback_transfer()
649 callback.connection_state_cb(BTPAN_STATE_DISCONNECTED, (bt_status_t)0, in bta_pan_callback_transfer()
Dbtif_hf_client.cc862 HAL_CBACK(bt_hf_client_callbacks, connection_state_cb, &cb->peer_bda, in btif_hf_client_upstreams_evt()
877 HAL_CBACK(bt_hf_client_callbacks, connection_state_cb, &cb->peer_bda, in btif_hf_client_upstreams_evt()
891 HAL_CBACK(bt_hf_client_callbacks, connection_state_cb, &cb->peer_bda, in btif_hf_client_upstreams_evt()
Dbtif_av.cc2297 base::Bind(btif_av_source.Callbacks()->connection_state_cb, in btif_report_connection_state()
2301 base::Bind(btif_av_sink.Callbacks()->connection_state_cb, in btif_report_connection_state()
Dbtif_rc.cc589 base::Bind(bt_rc_ctrl_callbacks->connection_state_cb, true, in handle_rc_browse_connect()
649 base::Bind(bt_rc_ctrl_callbacks->connection_state_cb, true, in handle_rc_connect()
682 FROM_HERE, base::Bind(bt_rc_ctrl_callbacks->connection_state_cb, false, in handle_rc_disconnect()
/system/bt/service/hal/
Dbluetooth_av_interface.cc121 .connection_state_cb = SourceConnectionStateCallback,
128 .connection_state_cb = SinkConnectionStateCallback,
Dbluetooth_avrcp_interface.cc467 .connection_state_cb = ConnectionStateCallback,