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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 252 UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout)
258 handle, type, conn_interval, conn_latency, conn_timeout);
311 (conn_latency > p_dev_rec->conn_params.slave_latency) ||
352 UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout)
410 UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout)
414 l2cble_scanner_conn_comp(handle, bda, type, conn_interval, conn_latency, conn_timeout);
418 l2cble_advertiser_conn_comp(handle, bda, type, conn_interval, conn_latency, conn_timeout);
559 (UINT16) ((p_dev_rec->conn_params.slave_latency != BTM_BLE_CONN_PARAM_UNDEF) ? p_dev_rec->conn_params.slave_latency : 0), /* UINT16 conn_latency */
l2c_int.h     [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hciblecmds.c 358 UINT16 conn_latency, UINT16 conn_timeout,
385 UINT16_TO_STREAM (pp, conn_latency);
503 UINT16 conn_latency, UINT16 conn_timeout,
524 UINT16_TO_STREAM (pp, conn_latency);
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 1493 UINT16 conn_interval, conn_latency, conn_timeout; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h     [all...]

Completed in 75 milliseconds