HomeSort by relevance Sort by last modified time
    Searched refs:tx_buffer (Results 1 - 6 of 6) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/java/
NRF24L01_transmitterSample.java 32 static private byte[] tx_buffer = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, field in class:NRF24L01_transmitterSample
58 comm.send(tx_buffer);
60 for (int i = 0; i < tx_buffer.length; i++)
61 System.out.print(tx_buffer[i]);
  /external/libnfc-nxp/src/
phHciNfc.h 155 uint8_t *tx_buffer; member in struct:phHciNfc_XchgInfo
phHal4Nfc_P2P.c 136 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer
145 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer
391 /*copy to tx_buffer ,remaining bytes.NumberOfBytesSent is the
393 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer
421 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer
phHciNfc_RFReader.c     [all...]
phHal4Nfc_Reader.c 573 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer
582 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer
685 Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.tx_buffer
    [all...]
phHciNfc_NfcIPMgmt.c 929 (NULL == sData->tx_buffer) || (0 == sData->tx_length))
    [all...]

Completed in 208 milliseconds