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

  /hardware/libhardware/include/hardware/
bt_av.h 54 btav_connection_state_callback connection_state_cb; member in struct:__anon33723
bt_pan.h 49 btpan_connection_state_callback connection_state_cb; member in struct:__anon33773
bt_hf.h 146 bthf_connection_state_callback connection_state_cb; member in struct:__anon33747
bt_hh.h 122 bthh_connection_state_callback connection_state_cb; member in struct:__anon33761
  /external/bluetooth/bluedroid/btif/src/
btif_av.c 333 HAL_CBACK(bt_av_callbacks, connection_state_cb,
363 HAL_CBACK(bt_av_callbacks, connection_state_cb,
425 HAL_CBACK(bt_av_callbacks, connection_state_cb,
517 HAL_CBACK(bt_av_callbacks, connection_state_cb,
527 HAL_CBACK(bt_av_callbacks, connection_state_cb,
623 HAL_CBACK(bt_av_callbacks, connection_state_cb,
697 HAL_CBACK(bt_av_callbacks, connection_state_cb,
    [all...]
btif_hh.c 537 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &(p_dev->bd_addr), BTHH_CONN_STATE_DISCONNECTED);
686 HAL_CBACK(bt_hh_callbacks, connection_state_cb, bd_addr, BTHH_CONN_STATE_CONNECTING);
823 HAL_CBACK(bt_hh_callbacks, connection_state_cb, (bt_bdaddr_t*) &p_data->conn.bda,BTHH_CONN_STATE_DISCONNECTED);
843 HAL_CBACK(bt_hh_callbacks, connection_state_cb,&(p_dev->bd_addr), p_dev->dev_status);
848 HAL_CBACK(bt_hh_callbacks, connection_state_cb, (bt_bdaddr_t*) &p_data->conn.bda,BTHH_CONN_STATE_DISCONNECTED);
870 HAL_CBACK(bt_hh_callbacks, connection_state_cb,&(p_dev->bd_addr), p_dev->dev_status);
    [all...]
btif_pan.c 239 callback.connection_state_cb(BTPAN_STATE_DISCONNECTING, BT_STATUS_SUCCESS,
540 callback.connection_state_cb(BTPAN_STATE_CONNECTING, BT_STATUS_SUCCESS,
571 callback.connection_state_cb(state, status, (const bt_bdaddr_t*)p_data->open.bd_addr,
586 callback.connection_state_cb(BTPAN_STATE_DISCONNECTED, 0, (const bt_bdaddr_t*)conn->peer,
btif_hf.c 287 HAL_CBACK(bt_hf_callbacks, connection_state_cb, btif_hf_cb.state, &btif_hf_cb.connected_bda);
298 HAL_CBACK(bt_hf_callbacks, connection_state_cb, btif_hf_cb.state, &btif_hf_cb.connected_bda);
312 HAL_CBACK(bt_hf_callbacks, connection_state_cb, btif_hf_cb.state,
    [all...]

Completed in 40 milliseconds