Searched refs:managerService (Results 1 – 4 of 4) sorted by relevance
149 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in getConnectedDevices() local150 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices()191 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in getDevicesMatchingConnectionStates() local192 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates()244 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in openGattServer() local245 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer()
728 IBluetoothManager managerService = IBluetoothManager.Stub.asInterface(b); in getDefaultAdapter() local729 sAdapter = new BluetoothAdapter(managerService); in getDefaultAdapter()740 BluetoothAdapter(IBluetoothManager managerService) { in BluetoothAdapter() argument742 if (managerService == null) { in BluetoothAdapter()747 mService = managerService.registerAdapter(mManagerCallback); in BluetoothAdapter()753 mManagerService = managerService; in BluetoothAdapter()
2157 IBluetoothManager managerService = adapter.getBluetoothManager(); in connectGatt() local2159 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt()
218 public void onAirplaneModeChanged(BluetoothManagerService managerService) { in onAirplaneModeChanged() argument219 managerService.onAirplaneModeChanged(); in onAirplaneModeChanged()