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

  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 126 typedef UINT8 tBTA_HH_STATUS;
201 tBTA_HH_STATUS status; /* operation status */
210 tBTA_HH_STATUS status; /* operation status */
259 tBTA_HH_STATUS status; /* handshake status */
280 tBTA_HH_STATUS status; /* BTA_HH_ENABLE_EVT */
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 135 tBTA_HH_STATUS status;
236 extern void bta_hh_cleanup_disable(tBTA_HH_STATUS status);
245 extern tBTA_HH_STATUS bta_hh_read_ssr_param(BD_ADDR bd_addr, UINT16 *p_max_ssr_lat, UINT16 *p_min_ssr_tout);
bta_hh_utils.c 397 ** Returns tBTA_HH_STATUS operation status
400 tBTA_HH_STATUS bta_hh_read_ssr_param(BD_ADDR bd_addr, UINT16 *p_max_ssr_lat, UINT16 *p_min_ssr_tout)
402 tBTA_HH_STATUS status = BTA_HH_ERR;
457 void bta_hh_cleanup_disable(tBTA_HH_STATUS status)
bta_hh_act.c 47 static tBTA_HH_STATUS bta_hh_get_trans_status(UINT32 result);
69 tBTA_HH_STATUS status = BTA_HH_ERR;
157 tBTA_HH_STATUS status = BTA_HH_OK;
180 tBTA_HH_STATUS status = BTA_HH_ERR_SDP;
256 tBTA_HH_STATUS status = BTA_HH_ERR_SDP;
324 tBTA_HH_STATUS status = BTA_HH_ERR_SDP;
409 tBTA_HH_STATUS status = p_data->status;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c     [all...]

Completed in 1184 milliseconds