Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/smp/
H A Dsmp_utils.cc85 static bool smp_command_has_valid_fixed_length(tSMP_CB* p_cb);
89 smp_command_has_valid_fixed_length, /* 0x01: pairing request */
90 smp_command_has_valid_fixed_length, /* 0x02: pairing response */
91 smp_command_has_valid_fixed_length, /* 0x03: pairing confirm */
92 smp_command_has_valid_fixed_length, /* 0x04: pairing random */
93 smp_command_has_valid_fixed_length, /* 0x05: pairing failed */
99 smp_command_has_valid_fixed_length, /* 0x0B: security request */
100 smp_command_has_valid_fixed_length, /* 0x0C: pairing public key */
103 smp_command_has_valid_fixed_length /* 0x0F: pairing commitment */
987 if (!smp_command_has_valid_fixed_length(p_cb)) { in smp_command_has_invalid_length()
[all …]