Searched refs:dev_status (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c331 if (btif_hh_cb.devices[i].dev_status != BTHH_CONN_STATE_UNKNOWN &&
353 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_CONNECTED &&
374 if (btif_hh_cb.devices[i].dev_status != BTHH_CONN_STATE_UNKNOWN &&
395 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_CONNECTED &&
478 p_dev->dev_status = BTHH_CONN_STATE_UNKNOWN;
543 if ((p_dev != NULL) && (p_dev->dev_status == BTHH_CONN_STATE_CONNECTED)
748 btif_hh_cb.devices[i].dev_status = BTHH_CONN_STATE_UNKNOWN;
784 p_dev->dev_status = BTHH_CONN_STATE_CONNECTED;
785 HAL_CBACK(bt_hh_callbacks, connection_state_cb,&(p_dev->bd_addr), p_dev->dev_status);
796 p_data->dev_status
[all...]
/external/bluetooth/bluedroid/btif/co/
H A Dbta_hh_co.c243 if (p_dev->dev_status != BTHH_CONN_STATE_UNKNOWN && p_dev->dev_handle == dev_handle) {
246 "dev_status = %d",__FUNCTION__,
247 p_dev->dev_status);
272 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_UNKNOWN) {
302 p_dev->dev_status = BTHH_CONN_STATE_CONNECTED;
303 APPL_TRACE_DEBUG2("%s: Return device status %d", __FUNCTION__, p_dev->dev_status);
332 if (p_dev->dev_status != BTHH_CONN_STATE_UNKNOWN && p_dev->dev_handle == dev_handle) {
334 "dev_status = %d, dev_handle =%d",__FUNCTION__,
335 p_dev->dev_status,p_dev->dev_handle);
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_main.c226 cback_data.dev_status.status = BTA_HH_ERR_HDL;
227 cback_data.dev_status.handle = (UINT8)p_data->api_sndcmd.hdr.layer_specific;
241 cback_data.dev_status.status = BTA_HH_ERR_HDL;
242 cback_data.dev_status.handle = (UINT8)p_data->api_sndcmd.hdr.layer_specific;
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_hh.h57 bthh_connection_state_t dev_status; member in struct:__anon847
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hh_api.h259 tBTA_HH_CBDATA dev_status; /* BTA_HH_CLOSE_EVT, member in union:__anon693

Completed in 397 milliseconds