HomeSort by relevance Sort by last modified time
    Searched full:dev_status (Results 1 - 5 of 5) sorted by null

  /system/bt/btif/src/
btif_hh.c 338 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_CONNECTED &&
359 if (btif_hh_cb.devices[i].dev_status != BTHH_CONN_STATE_UNKNOWN &&
380 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_CONNECTED &&
506 p_dev->dev_status = BTHH_CONN_STATE_UNKNOWN;
563 if ((p_dev != NULL) && (p_dev->dev_status == BTHH_CONN_STATE_CONNECTED)
734 btif_hh_cb.devices[i].dev_status = BTHH_CONN_STATE_UNKNOWN;
770 p_dev->dev_status = BTHH_CONN_STATE_CONNECTED;
771 HAL_CBACK(bt_hh_callbacks, connection_state_cb,&(p_dev->bd_addr), p_dev->dev_status);
784 p_dev->dev_status = BTHH_CONN_STATE_DISCONNECTED;
793 p_data->dev_status.status, p_data->dev_status.handle)
    [all...]
  /system/bt/btif/include/
btif_hh.h 60 bthh_connection_state_t dev_status; member in struct:__anon73304
  /system/bt/bta/hh/
bta_hh_main.c 328 cback_data.dev_status.status = BTA_HH_ERR_HDL;
329 cback_data.dev_status.handle = (UINT8)p_data->api_sndcmd.hdr.layer_specific;
351 cback_data.dev_status.status = BTA_HH_ERR_HDL;
352 cback_data.dev_status.handle = (UINT8)p_data->api_sndcmd.hdr.layer_specific;
  /system/bt/btif/co/
bta_hh_co.c 291 if (p_dev->dev_status != BTHH_CONN_STATE_UNKNOWN &&
295 "dev_status = %d",__FUNCTION__,
296 p_dev->dev_status);
323 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_UNKNOWN) {
355 p_dev->dev_status = BTHH_CONN_STATE_CONNECTED;
356 APPL_TRACE_DEBUG("%s: Return device status %d", __FUNCTION__, p_dev->dev_status);
385 if (p_dev->dev_status != BTHH_CONN_STATE_UNKNOWN && p_dev->dev_handle == dev_handle) {
387 "dev_status = %d, dev_handle =%d"
388 ,__FUNCTION__,p_dev->dev_status
  /system/bt/bta/include/
bta_hh_api.h 297 tBTA_HH_CBDATA dev_status; /* BTA_HH_CLOSE_EVT, member in union:__anon73121

Completed in 3009 milliseconds