Home
last modified time | relevance | path

Searched refs:HCI_CLASS_EVT_CONNECTION (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c303 if (node_rx->hdr.user_meta == HCI_CLASS_EVT_CONNECTION) { in process_prio_evt()
443 case HCI_CLASS_EVT_CONNECTION: in encode_node()
555 case HCI_CLASS_EVT_CONNECTION: in process_node()
613 if (class == HCI_CLASS_EVT_CONNECTION || in process_hbuf()
624 case HCI_CLASS_EVT_CONNECTION: in process_hbuf()
654 if (class == HCI_CLASS_EVT_CONNECTION || in process_hbuf()
Dhci_internal.h24 #define HCI_CLASS_EVT_CONNECTION 3 /* Connection management; e.g. macro
Dhci.c9264 return HCI_CLASS_EVT_CONNECTION;