Home
last modified time | relevance | path

Searched refs:hci_data (Results 1 – 9 of 9) sorted by relevance

/drivers/bluetooth/hci/
A Dh4_ifx_cyw43xxx.c112 uint8_t hci_data[HCI_VSC_UPDATE_BAUD_RATE_LENGTH]; in bt_update_controller_baudrate() local
115 hci_data[0] = 0; in bt_update_controller_baudrate()
116 hci_data[1] = 0; in bt_update_controller_baudrate()
117 hci_data[2] = (uint8_t)(baudrate & 0xFFUL); in bt_update_controller_baudrate()
118 hci_data[3] = (uint8_t)((baudrate >> 8) & 0xFFUL); in bt_update_controller_baudrate()
119 hci_data[4] = (uint8_t)((baudrate >> 16) & 0xFFUL); in bt_update_controller_baudrate()
120 hci_data[5] = (uint8_t)((baudrate >> 24) & 0xFFUL); in bt_update_controller_baudrate()
132 net_buf_add_mem(buf, &hci_data, HCI_VSC_UPDATE_BAUD_RATE_LENGTH); in bt_update_controller_baudrate()
A Dhci_silabs_siwx91x.c18 struct hci_data { struct
25 struct hci_data *hci = dev->data; in siwx91x_bt_open() argument
37 struct hci_data *hci = dev->data; in siwx91x_bt_send()
63 struct hci_data *hci = dev->data; in siwx91x_bt_resp_rcvd()
104 static struct hci_data hci_data_##inst; \
A Dhci_ifx_psoc6_bless.c201 uint8_t hci_data[] = { in psoc6_bless_setup() local
212 net_buf_add_mem(buf, hci_data, sizeof(hci_data)); in psoc6_bless_setup()
A Dhci_da1469x.c31 struct hci_data { struct
215 struct hci_data *hci = dev->data; in rx_thread()
426 struct hci_data *hci = dev->data; in bt_da1469x_open()
456 struct hci_data *hci = dev->data; in bt_da1469x_close()
499 static struct hci_data hci_data_##inst = { \
A Dhci_silabs_efr32.c21 struct hci_data { struct
249 struct hci_data *hci = dev->data; in slz_rx_thread_func()
275 struct hci_data *hci = dev->data; in slz_bt_open()
370 static struct hci_data hci_data_##inst = { \
A Dhci_nxp.c34 struct hci_data { struct
360 K_MSGQ_DEFINE(rx_msgq, sizeof(struct hci_data), CONFIG_HCI_NXP_RX_MSG_QUEUE_SIZE, 4);
368 struct hci_data hci_rx_frame; in bt_rx_thread()
385 struct hci_data hci_rx_frame; in hci_rx_cb()
A Dhci_stm32wba.c31 struct hci_data { struct
237 struct hci_data *hci = dev->data; in receive_data()
359 struct hci_data *data = dev->data; in bt_hci_stm32wba_open()
466 static struct hci_data hci_data_##inst = { \
A Dipm_stm32wb.c24 struct hci_data { struct
164 struct hci_data *hci = dev->data; in bt_ipm_rx_thread()
542 struct hci_data *hci = dev->data; in bt_ipm_open()
592 struct hci_data *hci = dev->data; in bt_ipm_close()
641 static struct hci_data hci_data_##inst = { \
A Dhci_stm32wb0.c70 struct hci_data { struct
198 struct hci_data *hci = dev->data; in send_event()
451 struct hci_data *data = dev->data; in bt_hci_stm32wb0_open()
520 static struct hci_data hci_data_##inst = { \

Completed in 627 milliseconds