Searched refs:uuids_ (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter_properties.cpp | 356 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 D | classic_remote_device.cpp | 163 return uuids_; in GetDeviceUuids() 170 uuids_.assign(uuids.begin(), uuids.end()); in SetDeviceUuids()
|
H A D | classic_adapter_properties.h | 327 std::vector<Uuid> uuids_ {};
|
H A D | classic_remote_device.h | 405 std::vector<Uuid> uuids_ {};
|
H A D | classic_adapter.cpp | 1692 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 D | classic_adapter.h | 1080 std::vector<Uuid> uuids_ {};
|
/foundation/communication/nfc/services/include/ |
H A D | ndef_bt_data_parser.h | 33 std::vector<Bluetooth::UUID> uuids_ {};
|
/foundation/communication/nfc/services/src/tag/ |
H A D | ndef_bt_data_parser.cpp | 274 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 D | bt_connection_manager.cpp | 283 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 D | napi_native_object.h | 71 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 D | napi_native_object.cpp | 54 ConvertUuidsVectorToJS(env, array, uuids_); in ToNapiValue()
|
Completed in 11 milliseconds