HomeSort by relevance Sort by last modified time
    Searched full:ping_data (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/hcidump/src/
hcidump.c 718 static unsigned char ping_data[] = { 'p', 'i', 'n', 'g' }; variable
731 if (len != sizeof(ping_data))
734 if (memcmp(buf, ping_data, sizeof(ping_data)) != 0)

Completed in 38 milliseconds