Home
last modified time | relevance | path

Searched refs:remoteFeatures (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c78 } remoteFeatures; member
166 connection->remoteFeatures.bredr.featureStatus = REQUEST_NOT_COMPLETED; in AllocAclConnection()
167 connection->remoteFeatures.bredr.extendedFeatureStatus = REQUEST_NOT_COMPLETED; in AllocAclConnection()
168 connection->remoteFeatures.le.featureStatus = REQUEST_NOT_COMPLETED; in AllocAclConnection()
1447 connection->remoteFeatures.le.featureStatus = eventParam->status; in BtmOnLeReadRemoteFeaturesComplete()
1449 connection->remoteFeatures.le.leFeatures = eventParam->leFeatures; in BtmOnLeReadRemoteFeaturesComplete()
1453 leFeatures = connection->remoteFeatures.le.leFeatures; in BtmOnLeReadRemoteFeaturesComplete()
1529 connection->remoteFeatures.bredr.featureStatus = eventParam->status; in BtmOnReadRemoteSupportedFeaturesComplete()
1531 connection->remoteFeatures.bredr.lmpFeatures = eventParam->lmpFeatures; in BtmOnReadRemoteSupportedFeaturesComplete()
1535 lmpFeatures = connection->remoteFeatures.bredr.lmpFeatures; in BtmOnReadRemoteSupportedFeaturesComplete()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.cpp187 if (!FindProfileFeatures(it->second.services[num].attributes, info.remoteFeatures)) { in FindAttributes()
188 info.remoteFeatures = HFP_HF_AG_FEATURES_NONE; in FindAttributes()
191 SelectProfileFeatures(info.remoteFeatures, info.remoteCodec); in FindAttributes()
198 info.remoteFeatures |= HFP_HF_AG_FEATURES_REJECT_CALL; in FindAttributes()
H A Dhfp_hf_defines.h121 uint16_t remoteFeatures {0};
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.cpp184 if (!FindProfileFeatures(it->second.services[num].attributes, info.remoteFeatures)) { in FindAttributes()
185 info.remoteFeatures = HFP_AG_HF_FEATURES_NONE; in FindAttributes()
188 if (info.remoteFeatures & HFP_AG_HF_FEATURES_SUPPORT_WBS) { in FindAttributes()
H A Dhfp_ag_defines.h132 uint16_t remoteFeatures {0};