Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c48 #define REQUEST_NOT_COMPLETED 0xff macro
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()
1584 uint8_t status = REQUEST_NOT_COMPLETED; in BtmOnReadRemoteExtendedFeaturesComplete()
1607 if (status != REQUEST_NOT_COMPLETED) { in BtmOnReadRemoteExtendedFeaturesComplete()
2037 if (connection->remoteFeatures.bredr.extendedFeatureStatus != REQUEST_NOT_COMPLETED) { in BTM_IsRemoteDeviceSupportHostSecureSimplePairing()
2074 if (connection->remoteFeatures.bredr.extendedFeatureStatus != REQUEST_NOT_COMPLETED) { in BTM_IsRemoteDeviceSupportConnectionParametersRequest()
2111 if (connection->remoteFeatures.bredr.featureStatus != REQUEST_NOT_COMPLETED) { in BTM_IsRemoteDeviceSupportEdrAcl2MbMode()
2147 if (connection->remoteFeatures.bredr.featureStatus != REQUEST_NOT_COMPLETED) { in BTM_IsRemoteDeviceSupportEdrAcl3MbMode()