Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dsmp.c1717 return SMP_INVALID_PARAMS; in smp_cmd_pairing_req()
1910 return SMP_INVALID_PARAMS; in smp_cmd_pairing_rsp()
2069 return SMP_INVALID_PARAMS; in smp_cmd_pairing_confirm()
2115 return SMP_INVALID_PARAMS; in smp_cmd_pairing_random()
2273 return SMP_INVALID_PARAMS; in smp_cmd_security_req()
2470 return SMP_INVALID_PARAMS; in smp_cmd_encrypt_info()
2478 return SMP_INVALID_PARAMS; in smp_cmd_encrypt_info()
2503 return SMP_INVALID_PARAMS; in smp_cmd_initiator_ident()
2535 return SMP_INVALID_PARAMS; in smp_cmd_ident_info()
2543 return SMP_INVALID_PARAMS; in smp_cmd_ident_info()
[all …]
H A Dsmp.h133 #define SMP_INVALID_PARAMS 0x0a macro