Searched defs:conn_timeout (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ble.c252 UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout)
258 handle, type, conn_interval, conn_latency, conn_timeout);
312 (conn_timeout > p_dev_rec->conn_params.supervision_tout)))
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);
564 p_dev_rec->conn_params.supervision_tout : BTM_BLE_CONN_SUP_TOUT_DEF), /* conn_timeout */
251 l2cble_scanner_conn_comp(UINT16 handle, BD_ADDR bda, tBLE_ADDR_TYPE type, UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout) argument
351 l2cble_advertiser_conn_comp(UINT16 handle, BD_ADDR bda, tBLE_ADDR_TYPE type, UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout) argument
409 l2cble_conn_comp(UINT16 handle, UINT8 role, BD_ADDR bda, tBLE_ADDR_TYPE type, UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout) argument
/external/bluetooth/bluedroid/stack/hcic/
H A Dhciblecmds.c358 UINT16 conn_latency, UINT16 conn_timeout,
386 UINT16_TO_STREAM (pp, conn_timeout);
503 UINT16 conn_latency, UINT16 conn_timeout,
525 UINT16_TO_STREAM (pp, conn_timeout);
353 btsnd_hcic_ble_create_ll_conn(UINT16 scan_int, UINT16 scan_win, UINT8 init_filter_policy, UINT8 addr_type_peer, BD_ADDR bda_peer, UINT8 addr_type_own, UINT16 conn_int_min, UINT16 conn_int_max, UINT16 conn_latency, UINT16 conn_timeout, UINT16 min_ce_len, UINT16 max_ce_len) argument
501 btsnd_hcic_ble_upd_ll_conn_params(UINT16 handle, UINT16 conn_int_min, UINT16 conn_int_max, UINT16 conn_latency, UINT16 conn_timeout, UINT16 min_ce_len, UINT16 max_ce_len) argument
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble.c1569 UINT16 conn_interval, conn_latency, conn_timeout; local
1582 STREAM_TO_UINT16 (conn_timeout, p);
1587 conn_latency, conn_timeout);

Completed in 219 milliseconds