Home
last modified time | relevance | path

Searched refs:csipSetCooridnatorService (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java814 CsipSetCoordinatorService csipSetCooridnatorService = in handleAllProfilesDisconnected() local
827 if (csipSetCooridnatorService != null) { in handleAllProfilesDisconnected()
828 List<BluetoothDevice> csipConnDevList = csipSetCooridnatorService.getConnectedDevices(); in handleAllProfilesDisconnected()
1026 CsipSetCoordinatorService csipSetCooridnatorService = in processConnectOtherProfiles() local
1079 if (csipSetCooridnatorService != null) { in processConnectOtherProfiles()
1080 List<BluetoothDevice> csipConnDevList = csipSetCooridnatorService.getConnectedDevices(); in processConnectOtherProfiles()
1082 && (csipSetCooridnatorService.getConnectionPolicy(device) in processConnectOtherProfiles()
1084 && (csipSetCooridnatorService.getConnectionState(device) in processConnectOtherProfiles()
1087 csipSetCooridnatorService.connect(device); in processConnectOtherProfiles()