Home
last modified time | relevance | path

Searched refs:rspCfg (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_l2cap.c288 L2capConfigInfo rspCfg = {0}; in AvctRecvConfigReqCBack() local
289 rspCfg.mtu = cfg->mtu; in AvctRecvConfigReqCBack()
290 rspCfg.flushTimeout = 0xFFFF; in AvctRecvConfigReqCBack()
291 rspCfg.fcs = 0x01; in AvctRecvConfigReqCBack()
292 rspCfg.rfc.mode = L2CAP_BASIC_MODE; in AvctRecvConfigReqCBack()
293 L2CIF_ConfigRsp(lcid, id, &rspCfg, L2CAP_UNACCEPTABLE_PARAMETERS, NULL); in AvctRecvConfigReqCBack()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_l2cap.c421 L2capConfigInfo rspCfg = {0}; in AvdtConfigureIndication() local
422 rspCfg.mtu = cfg->mtu; in AvdtConfigureIndication()
423 rspCfg.flushTimeout = 0xFFFF; in AvdtConfigureIndication()
424 rspCfg.fcs = 0x01; in AvdtConfigureIndication()
425 rspCfg.rfc.mode = L2CAP_BASIC_MODE; in AvdtConfigureIndication()
426 L2CIF_ConfigRsp(lcid, id, &rspCfg, L2CAP_UNACCEPTABLE_PARAMETERS, NULL); in AvdtConfigureIndication()

Completed in 4 milliseconds