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

  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal_Kovio.c 36 static uint8_t reset_ntf[] = {0x60, 0x00, 0x06, 0xA0, 0x00, 0xC7, 0xD4, 0x00, 0x00}; variable
124 nxpncihal_ctrl.rx_data_len = sizeof(reset_ntf);
125 memcpy(nxpncihal_ctrl.p_rx_data, reset_ntf, sizeof(reset_ntf));
phNxpNciHal.c 838 static uint8_t reset_ntf[] = {0x60, 0x00, 0x06, 0xA0, 0x00, 0xC7, 0xD4, 0x00, 0x00}; local
906 nxpncihal_ctrl.rx_data_len = sizeof(reset_ntf);
907 memcpy(nxpncihal_ctrl.p_rx_data, reset_ntf, sizeof(reset_ntf));
    [all...]

Completed in 7490 milliseconds