Searched refs:bluetoothDeviceCategoryMap_ (Results 1 – 1 of 1) sorted by relevance
39 const std::map<std::pair<int, int>, DeviceCategory> bluetoothDeviceCategoryMap_ = { variable142 auto pos = bluetoothDeviceCategoryMap_.find(std::make_pair(majorClass, majorMinorClass)); in GetDeviceCategory()143 if (pos != bluetoothDeviceCategoryMap_.end()) { in GetDeviceCategory()