Home | History | Annotate | Download | only in btservice

Lines Matching refs:profileId

192     public void onProfileConnectionStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
195 m.arg1 = profileId;
246 private void processProfileStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
247 if (((profileId == BluetoothProfile.A2DP) ||(profileId == BluetoothProfile.HEADSET)) &&
251 setProfileAutoConnectionPriority(device, profileId);
256 binder.sendConnectionStateChange(device, profileId, newState,prevState);
1429 void setProfileAutoConnectionPriority (BluetoothDevice device, int profileId){
1430 if (profileId == BluetoothProfile.HEADSET) {
1439 else if (profileId == BluetoothProfile.A2DP) {