Searched refs:HCI_CMD_PREAMBLE_SIZE (Results 1 – 16 of 16) sorted by relevance
94 #define HCI_CMD_PREAMBLE_SIZE 3 macro572 p_buf->len = HCI_CMD_PREAMBLE_SIZE + BD_ADDR_LEN; in hw_config_set_bdaddr()600 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in hw_config_read_bdaddr()664 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in hw_config_cback()715 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in hw_config_cback()744 int ret = read(hw_cfg_cb.fw_fd, p, HCI_CMD_PREAMBLE_SIZE); in hw_config_cback()747 if ((ret < HCI_CMD_PREAMBLE_SIZE) || \ in hw_config_cback()756 p+HCI_CMD_PREAMBLE_SIZE,\ in hw_config_cback()794 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in hw_config_cback()809 p_buf->len = HCI_CMD_PREAMBLE_SIZE + 1; in hw_config_cback()[all …]
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()
168 HCI_CMD_PREAMBLE_SIZE); in hw_epilog_process()176 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in hw_epilog_process()
164 p_buf = (HC_BT_HDR *) q.cb->alloc(BT_HC_HDR_SIZE + HCI_CMD_PREAMBLE_SIZE); in __hw_epilog_process()170 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in __hw_epilog_process()
173 p_buf = (HC_BT_HDR *) q->cb->alloc(BT_HC_HDR_SIZE + HCI_CMD_PREAMBLE_SIZE); in __hw_epilog_process()179 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in __hw_epilog_process()
174 p_buf = (HC_BT_HDR *) q->cb->alloc(BT_HC_HDR_SIZE + HCI_CMD_PREAMBLE_SIZE); in __hw_epilog_process()180 p_buf->len = HCI_CMD_PREAMBLE_SIZE; in __hw_epilog_process()
51 #define HCI_CMD_PREAMBLE_SIZE 3 macro
59 #define HCI_CMD_PREAMBLE_SIZE 3 macro
64 #define HCI_CMD_PREAMBLE_SIZE 3 macro
63 #define HCI_CMD_PREAMBLE_SIZE 3 macro
69 #define HCI_CMD_PREAMBLE_SIZE 3 macro
35 #define HCI_CMD_PREAMBLE_SIZE OFFSETOF(amp_hci_cmd_t, parms) macro