Lines Matching full:packet
225 * The phHciNfc_Receive_HCP function receive the HCI Host Control Packet
641 * \brief Sends the HCP Packet to the lower link layer .
643 * This function Sends the HCI Data in the HCP packet format to the below
723 * \brief Receives the HCP Packet from the lower link layer .
725 * This function receives the HCI Data in the HCP packet format from the below
742 phHciNfc_HCP_Packet_t *packet = NULL;
746 packet = (phHciNfc_HCP_Packet_t *)pdata;
747 chainbit = (uint8_t) GET_BITS8( packet->hcp_header,
809 * \brief Receives the HCP Packet from the lower link layer .
811 * This function receives the HCI Data in the HCP packet format from the below
828 phHciNfc_HCP_Packet_t *packet = NULL;
846 packet = (phHciNfc_HCP_Packet_t *)psHciContext->recv_buffer;
852 message = &packet->msg.message;
861 pHwRef, (void *)packet, length );
867 pHwRef,(void *)packet, length );
874 pHwRef, (void *)packet, length );
902 phHciNfc_HCP_Packet_t *packet = NULL;
910 packet = (phHciNfc_HCP_Packet_t *)pdata;
911 message = &packet->msg.message;
916 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header,
990 phHciNfc_HCP_Packet_t *packet = (phHciNfc_HCP_Packet_t *)pdata;
991 phHciNfc_HCP_Message_t *message = &packet->msg.message;
1001 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header,
1066 phHciNfc_HCP_Packet_t *packet = NULL;
1074 packet = (phHciNfc_HCP_Packet_t *)pdata;
1075 message = &packet->msg.message;
1081 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header,
1134 /* Receive the Response Packet */
1184 phHciNfc_HCP_Packet_t *packet = NULL;
1192 packet = (phHciNfc_HCP_Packet_t *)pdata;
1193 message = &packet->msg.message;
1200 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header,
1291 * \brief Builds the HCP Frame Packet.
1293 * This function builds the HCP Frame in the HCP packet format to send to the
1306 /* Fills the HCP Header in the packet */
1308 /* Fills the HCP Message in the packet */
1313 * \brief Appends the HCP Frame Packet.
1315 * This function Appends the HCP Frame of the HCP packet to complete the
1316 * entire HCP Packet.
1346 * This function Sends the Generic HCI Command frames in the HCP packet format to the
1432 /* Send the Constructed HCP packet to the lower layer */
1584 /* Receive the Response Packet */
1642 /* Receive the remaining Response Packet */