Home
last modified time | relevance | path

Searched refs:uuids_ (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp356 uint8_t uuidLen = (UUID16_BYTES_TYPE * uuids_.size()) + EXTEND_INQUIRY_RESPONSE_TYPE_SIZE; in SetEirData()
378 if (!uuids_.empty()) { in SetEirData()
382 for (auto it = uuids_.begin(); it != uuids_.end(); it++) { in SetEirData()
545 if (!uuids_.empty()) { in SaveSupportUuids()
546 uuids_.clear(); in SaveSupportUuids()
548 uuids_ = uuids; in SaveSupportUuids()
H A Dclassic_remote_device.cpp163 return uuids_; in GetDeviceUuids()
170 uuids_.assign(uuids.begin(), uuids.end()); in SetDeviceUuids()
H A Dclassic_adapter_properties.h327 std::vector<Uuid> uuids_ {};
H A Dclassic_remote_device.h405 std::vector<Uuid> uuids_ {};
H A Dclassic_adapter.cpp1692 auto it = std::find(adapter->uuids_.begin(), adapter->uuids_.end(), uuid); in ServiceSearchAttributeCb()
1693 if (it == adapter->uuids_.end()) { in ServiceSearchAttributeCb()
1694 adapter->uuids_.push_back(uuid); in ServiceSearchAttributeCb()
1702 std::bind(&ClassicAdapter::SearchAttributeEnd, adapter, device, adapter->uuids_)); in ServiceSearchAttributeCb()
H A Dclassic_adapter.h1080 std::vector<Uuid> uuids_ {};
/foundation/communication/nfc/services/include/
H A Dndef_bt_data_parser.h33 std::vector<Bluetooth::UUID> uuids_ {};
/foundation/communication/nfc/services/src/tag/
H A Dndef_bt_data_parser.cpp274 data->uuids_.clear(); in ParseBtRecord()
275 data->uuids_ = GetUuidFromPayload(payload, offset, type, tvLen - 1); in ParseBtRecord()
276 if (!data->uuids_.empty()) { in ParseBtRecord()
H A Dbt_connection_manager.cpp283 for (Bluetooth::UUID uuid : g_btData->uuids_) { in IsA2dpSupported()
298 for (Bluetooth::UUID uuid : g_btData->uuids_) { in IsHfpSupported()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_native_object.h71 explicit NapiNativeUuidsArray(const std::vector<std::string> uuids) : uuids_(uuids) {} in NapiNativeUuidsArray()
76 std::vector<std::string> uuids_; member in OHOS::Bluetooth::NapiNativeUuidsArray
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_native_object.cpp54 ConvertUuidsVectorToJS(env, array, uuids_); in ToNapiValue()

Completed in 11 milliseconds