Home
last modified time | relevance | path

Searched refs:hci_flush_to (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1137 UINT16 hci_flush_to; in L2CA_SetFlushTimeout() local
1142 hci_flush_to = flush_tout; in L2CA_SetFlushTimeout()
1150 hci_flush_to = flush_tout; in L2CA_SetFlushTimeout()
1154 hci_flush_to = 0x0000; in L2CA_SetFlushTimeout()
1164 hci_flush_to = (UINT16)temp; in L2CA_SetFlushTimeout()
1178 if (!btsnd_hcic_write_auto_flush_tout (p_lcb->handle, hci_flush_to)) { in L2CA_SetFlushTimeout()
1199 if (!btsnd_hcic_write_auto_flush_tout(p_lcb->handle, hci_flush_to)) { in L2CA_SetFlushTimeout()
Dl2c_utils.c2112 UINT16 hci_flush_to; in l2cu_process_our_cfg_req() local
2172 hci_flush_to = ((p_cfg->flush_to * 8) + 3) / 5; in l2cu_process_our_cfg_req()
2173 btsnd_hcic_write_auto_flush_tout (p_lcb->handle, hci_flush_to); in l2cu_process_our_cfg_req()