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 109 #define HCI_LE_READ_BUFFER_SIZE 0x2002
182 ** HCI_LE_READ_BUFFER_SIZE commands if they were sent because
205 /* reuse the rx buffer for sending HCI_LE_READ_BUFFER_SIZE command */
212 UINT16_TO_STREAM(p, HCI_LE_READ_BUFFER_SIZE);
215 if ((status = hci_h4_send_int_cmd(HCI_LE_READ_BUFFER_SIZE, p_buf, \
222 else if (opcode == HCI_LE_READ_BUFFER_SIZE)
    [all...]
hci_mct.c 88 #define HCI_LE_READ_BUFFER_SIZE 0x2002
166 ** HCI_LE_READ_BUFFER_SIZE commands if they were sent because
189 /* reuse the rx buffer for sending HCI_LE_READ_BUFFER_SIZE command */
196 UINT16_TO_STREAM(p, HCI_LE_READ_BUFFER_SIZE);
199 if ((status = hci_mct_send_int_cmd(HCI_LE_READ_BUFFER_SIZE, p_buf, \
206 else if (opcode == HCI_LE_READ_BUFFER_SIZE)
    [all...]

Completed in 260 milliseconds