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

  /system/bt/bta/include/
bta_pan_api.h 46 #define BTA_PAN_CLOSE_EVT 4 /* Connection has been closed. */
96 /* Event associated with BTA_PAN_CLOSE_EVT */
  /system/bt/bta/pan/
bta_pan_act.c 605 bta_pan_cb.p_cback(BTA_PAN_CLOSE_EVT, (tBTA_PAN *)&data);
  /system/bt/btif/src/
btif_pan.c 630 case BTA_PAN_CLOSE_EVT:
634 LOG_INFO("%s: event = BTA_PAN_CLOSE_EVT handle %d", __FUNCTION__, p_data->close.handle);

Completed in 66 milliseconds