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

  /system/bt/stack/include/
gatt_api.h 552 #define GATT_LINK_IDLE_TIMEOUT_WHEN_NO_APP 1 /* start a idle timer for this duration
    [all...]
  /system/bt/stack/gatt/
gatt_api.c     [all...]
gatt_main.c 355 so set the timeout value to GATT_LINK_IDLE_TIMEOUT_WHEN_NO_APP seconds */
356 GATT_TRACE_DEBUG("GATT starts link idle timer =%d sec", GATT_LINK_IDLE_TIMEOUT_WHEN_NO_APP);
357 GATT_SetIdleTimeout(p_tcb->peer_bda, GATT_LINK_IDLE_TIMEOUT_WHEN_NO_APP, p_tcb->transport);
    [all...]

Completed in 992 milliseconds