Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp39 const std::map<std::pair<int, int>, DeviceCategory> bluetoothDeviceCategoryMap_ = { variable
142 auto pos = bluetoothDeviceCategoryMap_.find(std::make_pair(majorClass, majorMinorClass)); in GetDeviceCategory()
143 if (pos != bluetoothDeviceCategoryMap_.end()) { in GetDeviceCategory()