OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:conn_latency
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c
262
UINT16 conn_interval, UINT16
conn_latency
, UINT16 conn_timeout)
268
handle, type, conn_interval,
conn_latency
, conn_timeout);
312
p_lcb->latency =
conn_latency
;
326
(
conn_latency
> p_dev_rec->conn_params.slave_latency) ||
366
UINT16 conn_interval, UINT16
conn_latency
, UINT16 conn_timeout)
372
UNUSED(
conn_latency
);
409
p_lcb->latency =
conn_latency
;
443
UINT16 conn_interval, UINT16
conn_latency
, UINT16 conn_timeout)
447
l2cble_scanner_conn_comp(handle, bda, type, conn_interval,
conn_latency
, conn_timeout);
451
l2cble_advertiser_conn_comp(handle, bda, type, conn_interval,
conn_latency
, conn_timeout)
[
all
...]
l2c_int.h
[
all
...]
/external/bluetooth/bluedroid/stack/hcic/
hciblecmds.c
337
UINT16
conn_latency
, UINT16 conn_timeout,
364
UINT16_TO_STREAM (pp,
conn_latency
);
482
UINT16
conn_latency
, UINT16 conn_timeout,
503
UINT16_TO_STREAM (pp,
conn_latency
);
842
UINT16
conn_latency
, UINT16 conn_timeout,
862
UINT16_TO_STREAM (pp,
conn_latency
);
/external/bluetooth/bluedroid/stack/btm/
btm_ble.c
1516
UINT16 conn_interval,
conn_latency
, conn_timeout;
local
1641
UINT16 conn_interval,
conn_latency
, conn_timeout;
local
[
all
...]
btm_ble_bgconn.c
396
BTM_BLE_CONN_SLAVE_LATENCY_DEF, /* UINT16
conn_latency
*/
/external/bluetooth/bluedroid/stack/include/
hcimsgs.h
[
all
...]
Completed in 527 milliseconds