Home
last modified time | relevance | path

Searched defs:PAN (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java111 int PAN = 5; field
/aosp12/system/bt/gd/proto/bluetooth/metrics/
H A Dbluetooth.proto257 PAN = 5; enumerator
/aosp12/packages/services/Car/service/src/com/android/car/
H A DBluetoothProfileDeviceManager.java109 sProfileActions.put(BluetoothProfile.PAN, in sProfileActions.put()
H A DUtils.java78 sProfileNames.put(BluetoothProfile.PAN, "PAN"); in sProfileNames.put()