Searched refs:hci_data (Results 1 – 9 of 9) sorted by relevance
112 uint8_t hci_data[HCI_VSC_UPDATE_BAUD_RATE_LENGTH]; in bt_update_controller_baudrate() local115 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()
18 struct hci_data { struct25 struct hci_data *hci = dev->data; in siwx91x_bt_open() argument37 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; \
201 uint8_t hci_data[] = { in psoc6_bless_setup() local212 net_buf_add_mem(buf, hci_data, sizeof(hci_data)); in psoc6_bless_setup()
31 struct hci_data { struct215 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 = { \
21 struct hci_data { struct249 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 = { \
34 struct hci_data { struct360 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()
31 struct hci_data { struct237 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 = { \
24 struct hci_data { struct164 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 = { \
70 struct hci_data { struct198 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