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

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c 191 ** Function BTA_HhSetReport
201 void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_data)
  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 49 #define BTA_HH_SET_RPT_EVT 5 /* BTA_HhSetReport callback */
394 ** Function BTA_HhSetReport
401 BTA_API extern void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type,
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 749 BTA_HhSetReport(p_dev->dev_handle, r_type, p_dev->p_buf);
    [all...]

Completed in 26 milliseconds