Searched refs:SAMPLE_LTK (Results 1 – 1 of 1) sorted by relevance
/system/bt/stack/include/ |
D | bt_types.h | 932 const uint8_t SAMPLE_LTK[] = {0xbf, 0x01, 0xfb, 0x9d, 0x4e, 0xf3, 0xbc, 0x36, in is_sample_ltk() local 934 return memcmp(ltk, SAMPLE_LTK, BT_OCTET16_LEN) == 0; in is_sample_ltk()
|