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

  /external/bluetooth/bluedroid/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 */
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c 569 bta_pan_cb.p_cback(BTA_PAN_CLOSE_EVT, (tBTA_PAN *)&data);
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 575 case BTA_PAN_CLOSE_EVT:
579 ALOGI("%s: event = BTA_PAN_CLOSE_EVT handle %d", __FUNCTION__, p_data->close.handle);
583 /* debug("BTA_PAN_CLOSE_EVT, conn local_role:%d, remote_role:%d", conn->local_role, conn->remote_role); */

Completed in 24 milliseconds