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

  /external/libnfc-nci/src/hal/int/
nfc_hal_nv_co.h 90 ** Function nfc_hal_nv_co_write
106 void nfc_hal_nv_co_write (const UINT8 *p_buf, UINT16 nbytes, UINT8 block);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 187 nfc_hal_nv_co_write (p, data_len, HC_F2_NV_BLOCK);
198 nfc_hal_nv_co_write (p, data_len,HC_F3_NV_BLOCK);
205 nfc_hal_nv_co_write (hci_netwk_cmd, 1, HC_F3_NV_BLOCK);
217 nfc_hal_nv_co_write (p, data_len,HC_F4_NV_BLOCK);
225 nfc_hal_nv_co_write (hci_netwk_cmd, 1, HC_F4_NV_BLOCK);
386 nfc_hal_nv_co_write (hci_netwk_cmd, 1, HC_F3_NV_BLOCK);
394 nfc_hal_nv_co_write (hci_netwk_cmd, 1, HC_F4_NV_BLOCK);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp 101 ** Function nfc_hal_nv_co_write
117 void nfc_hal_nv_co_write (const UINT8 *p_buf, UINT16 nbytes, UINT8 block) function

Completed in 147 milliseconds