Searched refs:hci_cmd_complete (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 308 void *hci_cmd_complete(struct net_buf **buf, uint8_t plen) in hci_cmd_complete() function 490 ccst = hci_cmd_complete(evt, sizeof(*ccst)); in set_ctl_to_host_flow() 533 ccst = hci_cmd_complete(evt, sizeof(*ccst)); in host_buffer_size() 560 ccst = hci_cmd_complete(evt, sizeof(*ccst)); in host_num_completed_packets() 564 ccst = hci_cmd_complete(evt, sizeof(*ccst)); in host_num_completed_packets() 576 ccst = hci_cmd_complete(evt, sizeof(*ccst)); in host_num_completed_packets() 604 rp = hci_cmd_complete(evt, sizeof(*rp)); in read_auth_payload_timeout() 624 rp = hci_cmd_complete(evt, sizeof(*rp)); in write_auth_payload_timeout() 651 rp = hci_cmd_complete(evt, sizeof(*rp)); in configure_data_path() 664 rp = hci_cmd_complete(evt, sizeof(*rp)); in read_conn_accept_timeout() [all …]
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_core.c | 2471 static void hci_cmd_complete(struct net_buf *buf) in hci_cmd_complete() function 4070 EVENT_HANDLER(BT_HCI_EVT_CMD_COMPLETE, hci_cmd_complete,
|