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

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c1100 UINT16 hci_flush_to; local
1106 hci_flush_to = flush_tout;
1115 hci_flush_to = flush_tout;
1120 hci_flush_to = 0x0000;
1135 hci_flush_to = (UINT16)temp;
1152 if (!btsnd_hcic_write_auto_flush_tout (p_lcb->handle, hci_flush_to))
1180 if (!btsnd_hcic_write_auto_flush_tout(p_lcb->handle, hci_flush_to))
H A Dl2c_utils.c2071 UINT16 hci_flush_to; local
2141 hci_flush_to = ((p_cfg->flush_to * 8) + 3) / 5;
2142 btsnd_hcic_write_auto_flush_tout (p_lcb->handle, hci_flush_to);

Completed in 209 milliseconds