Searched defs:firstProfileStatus (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java1088 public void connectOtherProfile(BluetoothDevice device, int firstProfileStatus){ argument
1093 m.arg1 = (int)firstProfileStatus;
1098 private void processConnectOtherProfiles (BluetoothDevice device, int firstProfileStatus){ argument
1116 (PROFILE_CONN_CONNECTED == firstProfileStatus)){

Completed in 41 milliseconds