Searched refs:managerService (Results 1 – 3 of 3) sorted by relevance
134 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in getConnectedDevices() local135 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices()178 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in getDevicesMatchingConnectionStates() local179 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates()229 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in openGattServer() local230 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer()
575 IBluetoothManager managerService = IBluetoothManager.Stub.asInterface(b); in getDefaultAdapter() local576 sAdapter = new BluetoothAdapter(managerService); in getDefaultAdapter()587 BluetoothAdapter(IBluetoothManager managerService) { in BluetoothAdapter() argument589 if (managerService == null) { in BluetoothAdapter()594 mService = managerService.registerAdapter(mManagerCallback); in BluetoothAdapter()600 mManagerService = managerService; in BluetoothAdapter()
1718 IBluetoothManager managerService = adapter.getBluetoothManager(); in connectGatt() local1720 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt()