Searched refs:memcmp (Results 1 - 10 of 10) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | wifi_connecter.c | 149 while (memcmp(&ipAddr, &ipAny, sizeof(ip4_addr_t)) == 0) { in WifiStaReadyWait()
|
H A D | iot_sta.c | 59 while (memcmp(&ipAddr, &ipAny, sizeof(ip4_addr_t)) == 0) { in WifiReconnected()
|
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
H A D | iot_sta.c | 65 while (memcmp(&ipAddr, &ipAny, sizeof(ip4_addr_t)) == 0) { in WifiReconnected()
|
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/ |
H A D | iot_sta.c | 62 while (0 == memcmp(&ipAddr, &ipAny, sizeof(ip4_addr_t))) { in wifiReconnected()
|
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/ |
H A D | iot_sta.c | 62 while (0 == memcmp(&ipAddr, &ipAny, sizeof(ip4_addr_t))) { in wifiReconnected()
|
/vendor/hihope/dayu210/bluetooth/src/ |
H A D | upio.c | 158 if (sz >= (int)strlen("bluetooth") && memcmp(buf, "bluetooth", strlen("bluetooth")) == 0) { in init_rfkill()
|
H A D | hardware.c | 772 if (memcmp(p_tmp, null_bdaddr, BD_ADDR_LEN) == 0) { in hw_config_cback()
|
/vendor/hihope/rk3568/bluetooth/src/ |
H A D | upio.c | 158 if (sz >= (int)strlen("bluetooth") && memcmp(buf, "bluetooth", strlen("bluetooth")) == 0) { in init_rfkill()
|
H A D | hardware.c | 817 if (memcmp(p_tmp, null_bdaddr, BD_ADDR_LEN) == 0) { in hw_config_cback()
|
/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/ |
H A D | app_demo_config.c | 402 (memcmp(ndefCapabilityContainer, fm327Fifo + DATA, fm327Fifo[LC]) == 0)) { in SetApdu() 407 (memcmp(ndefId, fm327Fifo + DATA, fm327Fifo[LC]) == 0)) { in SetApdu()
|
Completed in 14 milliseconds