Home
last modified time | relevance | path

Searched refs:subevt_type (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/bluetooth/hci/
Dhci_esp32.c41 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in is_hci_event_discardable() local
43 switch (subevt_type) { in is_hci_event_discardable()
Dhci_ambiq.c156 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in hci_event_filter() local
158 switch (subevt_type) { in hci_event_filter()
Dhci_nxp.c215 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in is_hci_event_discardable() local
217 switch (subevt_type) { in is_hci_event_discardable()
Dipc.c44 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in is_hci_event_discardable() local
46 switch (subevt_type) { in is_hci_event_discardable()
Dhci_stm32wba.c85 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in is_hci_event_discardable() local
87 switch (subevt_type) { in is_hci_event_discardable()