Home
last modified time | relevance | path

Searched refs:sepType (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davdtp.h189 uint8_t sepType; // SEP type member
349 uint8_t sepType; // SEP type member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp242 peerSepInfo_[i].sepType = (seps.seps[i]).sepType; in SetPeerSepInfo()
248 peerSepInfo_[i].sepType); in SetPeerSepInfo()
H A Da2dp_profile.cpp433 cfg[number].sepType = AVDT_ROLE_SRC; in CreateSEPConfigureInfo()
456 cfg[number].sepType = AVDT_ROLE_SNK; in CreateSEPConfigureInfo()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_message.c424 (avdtMsgData->discoverRsp.seps[i].sepType << AVDT_OFFSET_3BIT)); in AvdtBuildSeps()
1619 data->discoverCfm.seps[index].sepType = ((context & 0x08) >> AVDT_OFFSET_3BIT); in AvdtParseDiscoverRsp()
1622 LOG_DEBUG("[AVDT]%{public}s: sigCtrl->role(%hhu) seps[index].sepType(%hhu) acpid(%hhu) " in AvdtParseDiscoverRsp()
1626 data->discoverCfm.seps[index].sepType, in AvdtParseDiscoverRsp()
1631 if (sigCtrl->role != data->discoverCfm.seps[index].sepType && (data->discoverCfm.seps[index].seid > 0)) { in AvdtParseDiscoverRsp()
H A Davdtp_ctrl.c1157 config->sepType); in AvdtStreamCtrlAllocate()
1621 LOG_DEBUG("[AVDT]%{public}s: localSEP(%{public}d): codecIndex(%hu) sepType(%hhu))", in AvdtSepAlloc()
1625 avdtStreamConfig->sepType); in AvdtSepAlloc()
H A Davdtp_impl.c102 event.msg.discoverRsp.seps[event.msg.discoverRsp.numSeps].sepType = in AvdtActDiscoverInd()
103 streamConfig->sepType; /* Source or sink */ in AvdtActDiscoverInd()
470 sigCtrl->role = streamConfig->sepType; in AvdtActSetConfigInd()
H A Davdtp_api.c912 if ((streamConfig != NULL) && (sigCtrl->role != streamConfig->sepType)) { in AvdtSetConfigReq()
913 sigCtrl->role = streamConfig->sepType; in AvdtSetConfigReq()

Completed in 16 milliseconds