Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h73 #define L2CAP_PSM_NOT_SUPPORTED 0x0002 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_br_l2cap.c94 L2CIF_ConnectRsp(lcid, id, L2CAP_PSM_NOT_SUPPORTED, 0, NULL); in AvctBrRecvConnectionReqCBack()
117 result = L2CAP_PSM_NOT_SUPPORTED; in AvctBrRecvConnectionReqAct()
H A Davctp_ctrl_l2cap.c93 L2CIF_ConnectRsp(lcid, id, L2CAP_PSM_NOT_SUPPORTED, 0, NULL); in AvctRecvConnectionReqCBack()
115 result = L2CAP_PSM_NOT_SUPPORTED; in AvctRecvConnectionReqAct()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c1597 …conn, &tchan, signal->identifier, L2CAP_PSM_NOT_SUPPORTED, L2CAP_NO_FURTHER_INFORMATION_AVAILABLE); in L2capProcessConnectionReq()