Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc107 static bool smp_command_has_valid_fixed_length(tSMP_CB* p_cb);
111 smp_command_has_valid_fixed_length, /* 0x01: pairing request */
112 smp_command_has_valid_fixed_length, /* 0x02: pairing response */
113 smp_command_has_valid_fixed_length, /* 0x03: pairing confirm */
114 smp_command_has_valid_fixed_length, /* 0x04: pairing random */
115 smp_command_has_valid_fixed_length, /* 0x05: pairing failed */
116 smp_command_has_valid_fixed_length, /* 0x06: encryption information */
117 smp_command_has_valid_fixed_length, /* 0x07: central identification */
118 smp_command_has_valid_fixed_length, /* 0x08: identity information */
119 smp_command_has_valid_fixed_length, /* 0x09: identity address information */
[all …]