Searched refs:managerService (Results 1 – 3 of 3) sorted by relevance
129 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in getConnectedDevices() local130 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices()174 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in getDevicesMatchingConnectionStates() local175 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates()205 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in openGattServer() local206 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer()
381 IBluetoothManager managerService = IBluetoothManager.Stub.asInterface(b); in getDefaultAdapter() local382 sAdapter = new BluetoothAdapter(managerService); in getDefaultAdapter()393 BluetoothAdapter(IBluetoothManager managerService) { in BluetoothAdapter() argument395 if (managerService == null) { in BluetoothAdapter()399 mService = managerService.registerAdapter(mManagerCallback); in BluetoothAdapter()401 mManagerService = managerService; in BluetoothAdapter()
1187 IBluetoothManager managerService = adapter.getBluetoothManager(); in connectGatt() local1189 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt()