Searched refs:hci_pckt (Results 1 – 3 of 3) sorted by relevance
397 void BLE_STACK_Event(hci_pckt *hci_pckt, uint16_t length) in BLE_STACK_Event() argument402 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()
746 void BLE_STACK_Event(hci_pckt *hci_pckt, uint16_t length);
33 } hci_pckt; typedef