Searched refs:hci_tx_pkt (Results 1 – 1 of 1) sorted by relevance
50 static cy_stc_ble_hci_tx_packet_info_t hci_tx_pkt; variable169 memset(&hci_tx_pkt, 0, sizeof(cy_stc_ble_hci_tx_packet_info_t)); in psoc6_bless_send()171 hci_tx_pkt.dataLength = buf->len; in psoc6_bless_send()172 hci_tx_pkt.data = buf->data; in psoc6_bless_send()176 hci_tx_pkt.packetType = BT_HCI_H4_ACL; in psoc6_bless_send()179 hci_tx_pkt.packetType = BT_HCI_H4_CMD; in psoc6_bless_send()192 result = Cy_BLE_SoftHciSendAppPkt(&hci_tx_pkt); in psoc6_bless_send()