Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_api.c1091 UINT16 hci_flush_to; in L2CA_SetFlushTimeout() local
1097 hci_flush_to = flush_tout; in L2CA_SetFlushTimeout()
1106 hci_flush_to = flush_tout; in L2CA_SetFlushTimeout()
1111 hci_flush_to = 0x0000; in L2CA_SetFlushTimeout()
1126 hci_flush_to = (UINT16)temp; in L2CA_SetFlushTimeout()
1143 if (!btsnd_hcic_write_auto_flush_tout (p_lcb->handle, hci_flush_to)) in L2CA_SetFlushTimeout()
1171 if (!btsnd_hcic_write_auto_flush_tout(p_lcb->handle, hci_flush_to)) in L2CA_SetFlushTimeout()
Dl2c_utils.c1964 UINT16 hci_flush_to; in l2cu_process_our_cfg_req() local
2034 hci_flush_to = ((p_cfg->flush_to * 8) + 3) / 5; in l2cu_process_our_cfg_req()
2035 btsnd_hcic_write_auto_flush_tout (p_lcb->handle, hci_flush_to); in l2cu_process_our_cfg_req()