Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothProfile.java168 @SystemApi int PBAP_CLIENT = 17; field
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java133 sProfileNames.put(BluetoothProfile.PBAP_CLIENT, "PBAP Client"); in sProfileNames.put()
142 sProfileActions.put(PBAP_CLIENT_CONNECTION_STATE_CHANGED, BluetoothProfile.PBAP_CLIENT); in sProfileActions.put()
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_constants.py126 PBAP_CLIENT = 17 variable in BluetoothProfile
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto267 PBAP_CLIENT = 17; enumerator