Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dtransport_layer.c397 void BLE_STACK_Event(hci_pckt *hci_pckt, uint16_t length) in BLE_STACK_Event() argument
402 if(hci_pckt->type == HCI_EVENT_PKT) in BLE_STACK_Event()
404 hci_event_pckt *event_pckt = (hci_event_pckt*)hci_pckt->data; 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()
438 hci_event_pckt *event_pckt = (hci_event_pckt*)hci_pckt->data; in BLE_STACK_Event()
444 hci_event_ext_pckt *event_pckt = (hci_event_ext_pckt*)hci_pckt->data; in BLE_STACK_Event()
468 send_event((uint8_t *)hci_pckt, length, -1); in BLE_STACK_Event()
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_stack.h746 void BLE_STACK_Event(hci_pckt *hci_pckt, uint16_t length);
Dble_events.h33 } hci_pckt; typedef