Searched refs:L2CAP_COMMAND_NOT_UNDERSTOOD (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_cmn.h | 87 #define L2CAP_COMMAND_NOT_UNDERSTOOD 0x0000 macro
|
H A D | l2cap_core.c | 1353 … conn->aclHandle, L2CAP_SIGNALING_CHANNEL, signal->identifier, L2CAP_COMMAND_NOT_UNDERSTOOD, NULL); in L2capProcessConfigurationReqWithContinue() 1375 … conn->aclHandle, L2CAP_SIGNALING_CHANNEL, signal->identifier, L2CAP_COMMAND_NOT_UNDERSTOOD, NULL); in L2capProcessConfigurationReqContinueOption() 1941 } else if ((reason == L2CAP_COMMAND_NOT_UNDERSTOOD) || (reason == L2CAP_SIGNAL_MTU_EXCEEDED)) { in L2capProcessCommandReject() 1995 … aclHandle, L2CAP_SIGNALING_CHANNEL, signal->identifier, L2CAP_COMMAND_NOT_UNDERSTOOD, NULL); in L2capSignal() 2018 …SendCommandReject(aclHandle, L2CAP_SIGNALING_CHANNEL, buff[1], L2CAP_COMMAND_NOT_UNDERSTOOD, NULL); in L2capProcessSignal() 2031 … aclHandle, L2CAP_SIGNALING_CHANNEL, signal.identifier, L2CAP_COMMAND_NOT_UNDERSTOOD, NULL); in L2capProcessSignal()
|
H A D | l2cap_le.c | 652 … aclHandle, L2CAP_LE_SIGNALING_CHANNEL, signal->identifier, L2CAP_COMMAND_NOT_UNDERSTOOD, NULL); in L2capLeProcessConnectionParameterUpdateReq() 961 … aclHandle, L2CAP_LE_SIGNALING_CHANNEL, signal->identifier, L2CAP_COMMAND_NOT_UNDERSTOOD, NULL); in L2capLeSignal() 982 …dCommandReject(aclHandle, L2CAP_LE_SIGNALING_CHANNEL, buff[1], L2CAP_COMMAND_NOT_UNDERSTOOD, NULL); in L2capLeProcessSignal() 993 … aclHandle, L2CAP_LE_SIGNALING_CHANNEL, signal.identifier, L2CAP_COMMAND_NOT_UNDERSTOOD, NULL); in L2capLeProcessSignal()
|
H A D | l2cap_cmn.c | 491 if (reason == L2CAP_COMMAND_NOT_UNDERSTOOD) { in L2capSendCommandReject()
|