Searched refs:cmd_get_cfg (Results 1 – 3 of 3) sorted by relevance
107 NFCSTATUS phNxpNciHal_send_get_cfg(const uint8_t* cmd_get_cfg, long cmd_len);
469 NFCSTATUS phNxpNciHal_send_get_cfg(const uint8_t* cmd_get_cfg, long cmd_len) { in phNxpNciHal_send_get_cfg() argument474 if (cmd_get_cfg == NULL || cmd_len <= NCI_GET_CONFI_MIN_LEN) { in phNxpNciHal_send_get_cfg()480 status = phNxpNciHal_send_ext_cmd(cmd_len, (uint8_t*)cmd_get_cfg); in phNxpNciHal_send_get_cfg()
3804 uint8_t cmd_get_cfg[] = {0x20, 0x03, 0x02, 0x01, 0x00}; in phNxpNciHal_send_get_cfgs() local3807 cmd_get_cfg[sizeof(cmd_get_cfg) - 1] = get_cfg_arr[cfg_count]; in phNxpNciHal_send_get_cfgs()3810 status = phNxpNciHal_send_ext_cmd(sizeof(cmd_get_cfg), cmd_get_cfg); in phNxpNciHal_send_get_cfgs()