Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_device.h188 static const int PROFILE_A2DP = 1; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_device_class.cpp54 if (profileId == BluetoothDevice::PROFILE_A2DP) { in IsProfileSupported()