Searched refs:supportedRfInterfaces (Results 1 – 1 of 1) sorted by relevance
1522 uint8_t* supportedRfInterfaces = NULL; in RemoveNfcDepIntfFromInitResp() local1525 supportedRfInterfaces = in RemoveNfcDepIntfFromInitResp()1528 uint8_t* supportedRfInterfacesDetails = supportedRfInterfaces; in RemoveNfcDepIntfFromInitResp()1532 if (*supportedRfInterfaces == NCI_NFC_DEP_RF_INTF) { in RemoveNfcDepIntfFromInitResp()1536 uint8_t noOfExtensions = *(supportedRfInterfaces + 1); in RemoveNfcDepIntfFromInitResp()1538 supportedRfInterfaces += (2 + noOfExtensions); in RemoveNfcDepIntfFromInitResp()1547 uint8_t noBytesToSkipForNfcDep = 2 + *(supportedRfInterfaces + 1); in RemoveNfcDepIntfFromInitResp()1548 memcpy(supportedRfInterfaces, in RemoveNfcDepIntfFromInitResp()1549 supportedRfInterfaces + noBytesToSkipForNfcDep, in RemoveNfcDepIntfFromInitResp()1551 ((supportedRfInterfaces - supportedRfInterfacesDetails) + in RemoveNfcDepIntfFromInitResp()