Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dsmp_act.cc454 if (smp_command_has_invalid_length(p_cb)) { in smp_proc_sec_req()
556 if (smp_command_has_invalid_length(p_cb)) { in smp_proc_pair_cmd()
843 if (smp_command_has_invalid_length(p_cb)) { in smp_br_process_pairing_command()
Dsmp_int.h458 bool smp_command_has_invalid_length(tSMP_CB* p_cb);
Dsmp_utils.cc1038 bool smp_command_has_invalid_length(tSMP_CB* p_cb) { in smp_command_has_invalid_length() function