Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dsmp.c236 /* The btle, salt and length "magic" values are as defined in in smp_f5()
238 * the btle value ends up being 'btle'. The salt is just a in smp_f5()
242 const u8 btle[4] = { 0x65, 0x6c, 0x74, 0x62 }; in smp_f5() local
264 memcpy(m + 48, btle, 4); in smp_f5()