Searched refs:sGeneralBytes (Results 1 – 1 of 1) sorted by relevance
131 phNfc_sData_t sGeneralBytes; in com_android_nfc_NativeP2pDevice_doConnect() local139 if (!nfc_cb_data_init(&cb_data, (void*)&sGeneralBytes)) in com_android_nfc_NativeP2pDevice_doConnect()172 TRACE("General Bytes Length = %d", sGeneralBytes.length); in com_android_nfc_NativeP2pDevice_doConnect()174 for(i=0;i<sGeneralBytes.length;i++) in com_android_nfc_NativeP2pDevice_doConnect()176 TRACE("0x%02x ", sGeneralBytes.buffer[i]); in com_android_nfc_NativeP2pDevice_doConnect()179 generalBytes = e->NewByteArray(sGeneralBytes.length); in com_android_nfc_NativeP2pDevice_doConnect()182 sGeneralBytes.length, in com_android_nfc_NativeP2pDevice_doConnect()183 (jbyte *)sGeneralBytes.buffer); in com_android_nfc_NativeP2pDevice_doConnect()