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

  /system/bt/stack/hcic/
hciblecmds.c 230 UINT16 conn_latency, UINT16 conn_timeout,
253 UINT16_TO_STREAM (pp, conn_timeout);
330 UINT16 conn_latency, UINT16 conn_timeout,
347 UINT16_TO_STREAM (pp, conn_timeout);
581 UINT16 conn_latency, UINT16 conn_timeout,
597 UINT16_TO_STREAM (pp, conn_timeout);
  /system/bt/stack/l2cap/
l2c_ble.c 317 UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout)
323 handle, type, conn_interval, conn_latency, conn_timeout);
366 p_lcb->timeout = conn_timeout;
394 UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout)
401 UNUSED(conn_timeout);
436 p_lcb->timeout = conn_timeout;
475 UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout)
481 l2cble_scanner_conn_comp(handle, bda, type, conn_interval, conn_latency, conn_timeout);
485 l2cble_advertiser_conn_comp(handle, bda, type, conn_interval, conn_latency, conn_timeout);
    [all...]
l2c_int.h     [all...]
  /system/bt/stack/include/
hcimsgs.h 717 UINT16 conn_int_min, UINT16 conn_int_max, UINT16 conn_latency, UINT16 conn_timeout,
731 UINT16 conn_latency, UINT16 conn_timeout, UINT16 min_len, UINT16 max_len);
    [all...]
  /system/bt/stack/btm/
btm_ble.c 1780 UINT16 conn_interval, conn_latency, conn_timeout; local
1915 UINT16 conn_interval, conn_latency, conn_timeout; local
    [all...]
btm_ble_bgconn.c 406 BTM_BLE_CONN_TIMEOUT_DEF, /* UINT16 conn_timeout */

Completed in 527 milliseconds