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

  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 520 ** Function L2CA_SetIdleTimeout
533 L2C_API extern BOOLEAN L2CA_SetIdleTimeout (UINT16 cid, UINT16 timeout,
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 630 if (L2CA_SetIdleTimeout (p_ccb->connection_id, timeout, FALSE))
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_api.c 708 ** Function L2CA_SetIdleTimeout
725 BOOLEAN L2CA_SetIdleTimeout (UINT16 cid, UINT16 timeout, BOOLEAN is_global)
739 L2CAP_TRACE_WARNING ("L2CAP - no CCB for L2CA_SetIdleTimeout, CID: %d", cid);
    [all...]

Completed in 78 milliseconds