Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp141 DeviceCategory bluetoothCategory = CATEGORY_DEFAULT; in GetDeviceCategory() local
144 bluetoothCategory = pos->second; in GetDeviceCategory()
147 return bluetoothCategory; in GetDeviceCategory()
212 DeviceCategory bluetoothCategory = GetDeviceCategory(device); in HandleConnectDevice() local
214 desc.deviceCategory_ = bluetoothCategory; in HandleConnectDevice()
215 switch (bluetoothCategory) { in HandleConnectDevice()
400 desc.deviceCategory_ = bluetoothCategory; in HandleVirtualConnectDevice()
628 desc.deviceCategory_ = bluetoothCategory; in HandleConnectDevice()
629 switch (bluetoothCategory) { in HandleConnectDevice()
804 if (bluetoothCategory == BT_WATCH) { in HandleUserSelection()
[all …]