Home | History | Annotate | Download | only in hcic

Lines Matching refs:num_handles

2025 BOOLEAN btsnd_hcic_host_num_xmitted_pkts (UINT8 num_handles, UINT16 *handle,
2032 if ((p = HCI_GET_CMD_BUF(1 + (num_handles * 4))) == NULL)
2037 p->len = HCIC_PREAMBLE_SIZE + 1 + (num_handles * 4);
2043 UINT8_TO_STREAM (pp, num_handles);
2045 for (j = 0; j < num_handles; j++)