Searched refs:pbf (Results 1 – 2 of 2) sorted by relevance
/system/nfc/src/include/ |
D | nci_defs.h | 103 #define NCI_MSG_PRS_HDR0(p, mt, pbf, gid) \ argument 105 (pbf) = (*(p)&NCI_PBF_MASK) >> NCI_PBF_SHIFT; \ 121 #define NCI_DATA_PBLD_HDR(p, pbf, cid, len) \ argument 122 *(p)++ = (uint8_t)(((pbf) << NCI_PBF_SHIFT) | (cid)); \ 126 #define NCI_DATA_PRS_HDR(p, pbf, cid, len) \ argument 127 (pbf) = (*(p)&NCI_PBF_MASK) >> NCI_PBF_SHIFT; \
|
/system/nfc/src/nfc/nfc/ |
D | nfc_ncif.cc | 147 uint8_t pbf = 1; in nfc_ncif_send_data() local 186 pbf = 0; /* last fragment */ in nfc_ncif_send_data() 217 p->layer_specific = pbf; in nfc_ncif_send_data() 222 NCI_DATA_PBLD_HDR(pp, pbf, hdr0, ulen); in nfc_ncif_send_data() 373 uint8_t mt, pbf, gid, *p, *pp; in nfc_ncif_process_event() local 381 NCI_MSG_PRS_HDR0(pp, mt, pbf, gid); in nfc_ncif_process_event() 403 NCI_MSG_PRS_HDR0(p_old, old_mt, pbf, old_gid); in nfc_ncif_process_event() 1644 uint8_t pbf; in nfc_ncif_proc_data() local 1654 NCI_DATA_PRS_HDR(pp, pbf, cid, len); in nfc_ncif_proc_data() 1661 if (pbf) { in nfc_ncif_proc_data()
|