Searched refs:CMD_HDR_LEN (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_nxp_setup.c | 128 #define CMD_HDR_LEN 16 macro 131 static uint8_t cmd5_hdrData[CMD_HDR_LEN] = {0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 134 static uint8_t cmd7_hdrData[CMD_HDR_LEN] = {0x07, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 402 fw_upload.length > CMD_HDR_LEN in fw_upload_change_timeout() 403 ? CMD_HDR_LEN in fw_upload_change_timeout() 408 fw_upload.cmd7_change_timeout_len = CMD_HDR_LEN; in fw_upload_change_timeout() 581 if ((len == CMD_HDR_LEN) || ((uint32_t)len == payload_len)) { in fw_upload_get_last_5bytes() 597 *sending_len = CMD_HDR_LEN; in fw_upload_update_result() 602 if (*sending_len == CMD_HDR_LEN) { in fw_upload_update_result() 613 uint16_t sending_len = CMD_HDR_LEN; in fw_upload_write_hdr_and_payload() [all …]
|