Loading src/com/android/server/telecom/BluetoothPhoneService.java +8 −3 Original line number Diff line number Diff line Loading @@ -581,14 +581,19 @@ public final class BluetoothPhoneService extends Service { index, direction, state, isPartOfConference, Log.piiHandle(address), addressType); } if (mBluetoothHeadset != null) { mBluetoothHeadset.clccResponse( index, direction, state, 0, isPartOfConference, address, addressType); } } private void sendClccEndMarker() { // End marker is recognized with an index value of 0. All other parameters are ignored. if (mBluetoothHeadset != null) { mBluetoothHeadset.clccResponse(0 /* index */, 0, 0, 0, false, null, 0); } } /** * Returns the caches index for the specified call. If no such index exists, then an index is Loading Loading
src/com/android/server/telecom/BluetoothPhoneService.java +8 −3 Original line number Diff line number Diff line Loading @@ -581,14 +581,19 @@ public final class BluetoothPhoneService extends Service { index, direction, state, isPartOfConference, Log.piiHandle(address), addressType); } if (mBluetoothHeadset != null) { mBluetoothHeadset.clccResponse( index, direction, state, 0, isPartOfConference, address, addressType); } } private void sendClccEndMarker() { // End marker is recognized with an index value of 0. All other parameters are ignored. if (mBluetoothHeadset != null) { mBluetoothHeadset.clccResponse(0 /* index */, 0, 0, 0, false, null, 0); } } /** * Returns the caches index for the specified call. If no such index exists, then an index is Loading