Home
last modified time | relevance | path

Searched refs:L2CAP_UNACCEPTABLE_PARAMETERS (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h86 #define L2CAP_UNACCEPTABLE_PARAMETERS 0x0001 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_l2cap.c293 L2CIF_ConfigRsp(lcid, id, &rspCfg, L2CAP_UNACCEPTABLE_PARAMETERS, NULL); in AvctRecvConfigReqCBack()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session_fsm.c315 …urn RfcommSendConfigRsp(session->l2capId, reqInfo.id, &reqInfo.cfg, L2CAP_UNACCEPTABLE_PARAMETERS); in RfcommRecvConfigReq()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c247 if (result == L2CAP_UNACCEPTABLE_PARAMETERS) { in L2capSendConfigurationRspRfcProcess()
290 if (result == L2CAP_UNACCEPTABLE_PARAMETERS) { in L2capSendConfigurationRsp()
301 if (result == L2CAP_UNACCEPTABLE_PARAMETERS) { in L2capSendConfigurationRsp()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_l2cap.c426 L2CIF_ConfigRsp(lcid, id, &rspCfg, L2CAP_UNACCEPTABLE_PARAMETERS, NULL); in AvdtConfigureIndication()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_l2cap_connection.cpp774 L2CIF_ConfigRsp(lcid, id, &l2capConfigInfo, L2CAP_UNACCEPTABLE_PARAMETERS, nullptr); in HidHostRecvConfigReqCallbackTask()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp446 L2CIF_ConfigRsp(lcid, id, &l2capConfigInfo, L2CAP_UNACCEPTABLE_PARAMETERS, nullptr); in BnepRecvConfigReqCallback()