Home
last modified time | relevance | path

Searched refs:asciiDotAddress (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/src/
Drsi_utils.c453 void rsi_ascii_dot_address_to_4bytes(uint8_t *hexAddr, int8_t *asciiDotAddress) in rsi_ascii_dot_address_to_4bytes() argument
464 size_t buf_len = sl_strnlen((char *)asciiDotAddress, MAX_IPV4_ADDRESS_STRING_LENGTH); in rsi_ascii_dot_address_to_4bytes()
467 if (asciiDotAddress[i] == '.') { in rsi_ascii_dot_address_to_4bytes()
476 cBuf[cBufPos++] = asciiDotAddress[i]; in rsi_ascii_dot_address_to_4bytes()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/inc/
Drsi_utils.h75 void rsi_ascii_dot_address_to_4bytes(uint8_t *hexAddr, int8_t *asciiDotAddress);