Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
Dl2cap_cmn.h175 int L2capSendCommandReject(uint16_t handle, uint16_t cid, uint8_t ident, uint16_t reason, uint16_t …
Dl2cap_core.c1352 L2capSendCommandReject( in L2capProcessConfigurationReqWithContinue()
1374 L2capSendCommandReject( in L2capProcessConfigurationReqContinueOption()
1464 L2capSendCommandReject( in L2capProcessConfigurationReq()
1718 L2capSendCommandReject( in L2capProcessDisconnectionReq()
1994 L2capSendCommandReject( in L2capSignal()
2012L2capSendCommandReject(aclHandle, L2CAP_SIGNALING_CHANNEL, buff[1], L2CAP_SIGNAL_MTU_EXCEEDED, NUL… in L2capProcessSignal()
2018L2capSendCommandReject(aclHandle, L2CAP_SIGNALING_CHANNEL, buff[1], L2CAP_COMMAND_NOT_UNDERSTOOD, … in L2capProcessSignal()
2030 L2capSendCommandReject( in L2capProcessSignal()
Dl2cap_le.c651 L2capSendCommandReject( in L2capLeProcessConnectionParameterUpdateReq()
836 L2capSendCommandReject( in L2capLeProcessDisconnectionReq()
960 L2capSendCommandReject( in L2capLeSignal()
976L2capSendCommandReject(aclHandle, L2CAP_LE_SIGNALING_CHANNEL, buff[1], L2CAP_SIGNAL_MTU_EXCEEDED, … in L2capLeProcessSignal()
982L2capSendCommandReject(aclHandle, L2CAP_LE_SIGNALING_CHANNEL, buff[1], L2CAP_COMMAND_NOT_UNDERSTOO… in L2capLeProcessSignal()
992 L2capSendCommandReject( in L2capLeProcessSignal()
Dl2cap_cmn.c481 int L2capSendCommandReject(uint16_t handle, uint16_t cid, uint8_t ident, uint16_t reason, uint16_t … in L2capSendCommandReject() function