Searched refs:sProfileNames (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | Utils.java | 74 sProfileNames.put(BluetoothProfile.HEADSET, "HFP Server"); in sProfileNames.put() 75 sProfileNames.put(BluetoothProfile.A2DP, "A2DP Source"); in sProfileNames.put() 76 sProfileNames.put(BluetoothProfile.HEALTH, "HDP"); in sProfileNames.put() 77 sProfileNames.put(BluetoothProfile.HID_HOST, "HID Host"); in sProfileNames.put() 78 sProfileNames.put(BluetoothProfile.PAN, "PAN"); in sProfileNames.put() 79 sProfileNames.put(BluetoothProfile.PBAP, "PBAP Server"); in sProfileNames.put() 80 sProfileNames.put(BluetoothProfile.GATT, "GATT Client"); in sProfileNames.put() 82 sProfileNames.put(BluetoothProfile.MAP, "MAP Server"); in sProfileNames.put() 83 sProfileNames.put(BluetoothProfile.SAP, "SAP"); in sProfileNames.put() 91 sProfileNames.put(BluetoothProfile.OPP, "OPP"); in sProfileNames.put() [all …]
|