Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DProfilePrioritiesEntity.java33 public int pbap_client_priority; field in ProfilePrioritiesEntity
47 pbap_client_priority = BluetoothProfile.PRIORITY_UNDEFINED; in ProfilePrioritiesEntity()
DMetadata.java86 profilePriorities.pbap_client_priority = priority; in setProfilePriority()
122 return profilePriorities.pbap_client_priority; in getProfilePriority()