Searched refs:HCI_CMD_PREAMBLE_SIZE (Results 1 – 13 of 13) sorted by relevance
92 #define HCI_CMD_PREAMBLE_SIZE 3 macro570 p_buf->len = HCI_CMD_PREAMBLE_SIZE + BD_ADDR_LEN; in hw_config_set_bdaddr()598 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in hw_config_read_bdaddr()662 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in hw_config_cback()713 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in hw_config_cback()740 p_buf->len = read(hw_cfg_cb.fw_fd, p, HCI_CMD_PREAMBLE_SIZE); in hw_config_cback()743 if ((p_buf->len < HCI_CMD_PREAMBLE_SIZE) || \ in hw_config_cback()751 p+HCI_CMD_PREAMBLE_SIZE,\ in hw_config_cback()782 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in hw_config_cback()797 p_buf->len = HCI_CMD_PREAMBLE_SIZE + 1; in hw_config_cback()[all …]
162 BT_HC_HDR_SIZE + HCI_CMD_PREAMBLE_SIZE + len); in brcm_vnd_a2dp_send_hci_vsc()168 p_buf->len = HCI_CMD_PREAMBLE_SIZE + len; in brcm_vnd_a2dp_send_hci_vsc()176 log_bin_to_hexstr((uint8_t *)(p_buf + 1), HCI_CMD_PREAMBLE_SIZE + len, __FUNCTION__); in brcm_vnd_a2dp_send_hci_vsc()
153 HCI_CMD_PREAMBLE_SIZE); in hw_epilog_process()161 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in hw_epilog_process()
154 HCI_CMD_PREAMBLE_SIZE); in hw_epilog_process()162 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in hw_epilog_process()
166 HCI_CMD_PREAMBLE_SIZE); in hw_epilog_process()174 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in hw_epilog_process()
51 #define HCI_CMD_PREAMBLE_SIZE 3 macro
65 #define HCI_CMD_PREAMBLE_SIZE 3 macro
64 #define HCI_CMD_PREAMBLE_SIZE 3 macro
59 #define HCI_CMD_PREAMBLE_SIZE 3 macro
43 #define HCI_CMD_PREAMBLE_SIZE 3 macro144 uint16_t cmd_len = HCI_CMD_PREAMBLE_SIZE + pl_len; in build_cmd_buf()
35 #define HCI_CMD_PREAMBLE_SIZE OFFSETOF(amp_hci_cmd_t, parms) macro