Home
last modified time | relevance | path

Searched refs:HCI_EVENT_PKT (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dtransport_layer.c402 if(hci_pckt->type == HCI_EVENT_PKT) in BLE_STACK_Event()
431 if(hci_pckt->type == HCI_EVENT_PKT || hci_pckt->type == HCI_EVENT_EXT_PKT) in BLE_STACK_Event()
436 if(hci_pckt->type == HCI_EVENT_PKT) in BLE_STACK_Event()
Dhci_parser.h35 #define HCI_EVENT_PKT 0x04 macro