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

  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 47 #define BTA_HH_CLOSE_EVT 3 /* connection closed */
297 tBTA_HH_CBDATA dev_status; /* BTA_HH_CLOSE_EVT,
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_main.c 352 cback_event = BTA_HH_CLOSE_EVT;
bta_hh_act.c 537 (* bta_hh_cb.p_cback)(BTA_HH_CLOSE_EVT, (tBTA_HH *)&disc_dat);
872 UINT16 event = p_cb->vp ? BTA_HH_VC_UNPLUG_EVT : BTA_HH_CLOSE_EVT;
    [all...]
bta_hh_le.c     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_util.c 371 CASE_RETURN_STR(BTA_HH_CLOSE_EVT)
btif_hh.c 822 case BTA_HH_CLOSE_EVT:
823 BTIF_TRACE_DEBUG("BTA_HH_CLOSE_EVT: status = %d, handle = %d",
    [all...]

Completed in 130 milliseconds