HomeSort by relevance Sort by last modified time
    Searched refs:HCI_LE_READ_BUFFER_SIZE (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/hci/src/
hci_h4.c 107 #define HCI_LE_READ_BUFFER_SIZE 0x2002
186 ** HCI_LE_READ_BUFFER_SIZE commands if they were sent because
209 /* reuse the rx buffer for sending HCI_LE_READ_BUFFER_SIZE command */
216 UINT16_TO_STREAM(p, HCI_LE_READ_BUFFER_SIZE);
219 if ((status = hci_h4_send_int_cmd(HCI_LE_READ_BUFFER_SIZE, p_buf, \
226 else if (opcode == HCI_LE_READ_BUFFER_SIZE)
    [all...]
hci_mct.c 85 #define HCI_LE_READ_BUFFER_SIZE 0x2002
169 ** HCI_LE_READ_BUFFER_SIZE commands if they were sent because
192 /* reuse the rx buffer for sending HCI_LE_READ_BUFFER_SIZE command */
199 UINT16_TO_STREAM(p, HCI_LE_READ_BUFFER_SIZE);
202 if ((status = hci_mct_send_int_cmd(HCI_LE_READ_BUFFER_SIZE, p_buf, \
209 else if (opcode == HCI_LE_READ_BUFFER_SIZE)
    [all...]

Completed in 132 milliseconds