HomeSort by relevance Sort by last modified time
    Searched refs:connection_state_cb (Results 1 - 13 of 13) sorted by null

  /hardware/libhardware/include/hardware/
bt_av.h 64 btav_connection_state_callback connection_state_cb; member in struct:__anon20306
bt_pan.h 49 btpan_connection_state_callback connection_state_cb; member in struct:__anon20380
bt_hh.h 127 bthh_connection_state_callback connection_state_cb; member in struct:__anon20365
bt_hf.h 159 bthf_connection_state_callback connection_state_cb; member in struct:__anon20332
bt_hf_client.h 273 bthf_client_connection_state_callback connection_state_cb; member in struct:__anon20358
bt_rc.h 274 btrc_connection_state_callback connection_state_cb; member in struct:__anon20397
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 528 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &(p_dev->bd_addr), BTHH_CONN_STATE_DISCONNECTED);
675 HAL_CBACK(bt_hh_callbacks, connection_state_cb, bd_addr, BTHH_CONN_STATE_CONNECTING);
792 HAL_CBACK(bt_hh_callbacks, connection_state_cb, (bt_bdaddr_t*) &p_data->conn.bda,BTHH_CONN_STATE_DISCONNECTED);
812 HAL_CBACK(bt_hh_callbacks, connection_state_cb,&(p_dev->bd_addr), p_dev->dev_status);
818 HAL_CBACK(bt_hh_callbacks, connection_state_cb, (bt_bdaddr_t*) &p_data->conn.bda,BTHH_CONN_STATE_DISCONNECTED);
834 HAL_CBACK(bt_hh_callbacks, connection_state_cb,&(p_dev->bd_addr), p_dev->dev_status);
    [all...]
btif_pan.c 263 callback.connection_state_cb(BTPAN_STATE_DISCONNECTING, BT_STATUS_SUCCESS,
607 callback.connection_state_cb(BTPAN_STATE_CONNECTING, BT_STATUS_SUCCESS,
641 callback.connection_state_cb(state, status, (const bt_bdaddr_t*)p_data->open.bd_addr,
656 callback.connection_state_cb(BTPAN_STATE_DISCONNECTED, 0, (const bt_bdaddr_t*)conn->peer,
btif_hf_client.c 772 HAL_CBACK(bt_hf_client_callbacks, connection_state_cb, btif_hf_client_cb.state,
787 HAL_CBACK(bt_hf_client_callbacks, connection_state_cb, btif_hf_client_cb.state,
802 HAL_CBACK(bt_hf_client_callbacks, connection_state_cb, btif_hf_client_cb.state,
    [all...]
btif_av.c 244 HAL_CBACK(bt_av_sink_callbacks, connection_state_cb, state, bd_addr);
246 HAL_CBACK(bt_av_src_callbacks, connection_state_cb, state, bd_addr);
    [all...]
btif_hf.c 429 HAL_CBACK(bt_hf_callbacks, connection_state_cb, btif_hf_cb[idx].state,
445 HAL_CBACK(bt_hf_callbacks, connection_state_cb, btif_hf_cb[idx].state,
466 HAL_CBACK(bt_hf_callbacks, connection_state_cb, btif_hf_cb[idx].state,
    [all...]
btif_rc.c 454 HAL_CBACK(bt_rc_ctrl_callbacks, connection_state_cb, TRUE, &rc_addr);
501 HAL_CBACK(bt_rc_ctrl_callbacks, connection_state_cb, FALSE, &rc_addr);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 71 static void connection_state_cb(bthf_client_connection_state_t state, unsigned int peer_feat, unsigned int chld_feat, bt_bdaddr_t *bd_addr) { function in namespace:android
256 connection_state_cb,

Completed in 359 milliseconds