Home
last modified time | relevance | path

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

/btstack/doc/manual/docs-template/appendix/
H A Devents_errors.md108 L2CAP_CONNECTION_RESPONSE_RESULT_REFUSED_SECURITY | 0x66
/btstack/src/
H A Dbluetooth.h297 #define L2CAP_CONNECTION_RESPONSE_RESULT_REFUSED_SECURITY 0x66 macro
H A Dl2cap.c2121 return L2CAP_CONNECTION_RESPONSE_RESULT_REFUSED_SECURITY; in l2cap_cbm_status_for_result()
2924 … l2cap_handle_channel_open_failed(channel, L2CAP_CONNECTION_RESPONSE_RESULT_REFUSED_SECURITY); in l2cap_handle_security_level()
3463 …_CONNECTION_RESPONSE_RESULT_SUCCESSFUL + result) == L2CAP_CONNECTION_RESPONSE_RESULT_REFUSED_SECUR… in l2cap_signaling_handler_channel()
3878 return L2CAP_CONNECTION_RESPONSE_RESULT_REFUSED_SECURITY; in l2cap_ecbm_status_for_result()