Home
last modified time | relevance | path

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

/drivers/bluetooth/hci/
A 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()
A 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()
A Dhci_nxp.c220 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in is_hci_event_discardable() local
222 switch (subevt_type) { in is_hci_event_discardable()
A Dipc.c57 uint8_t subevt_type = evt_data[sizeof(struct bt_hci_evt_hdr)]; in is_hci_event_discardable() local
59 switch (subevt_type) { in is_hci_event_discardable()
A 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()

Completed in 13 milliseconds