Searched defs:hci_flush_to (Results 1 - 2 of 2) sorted by relevance

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

Completed in 142 milliseconds