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()225 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in openGattServer() local226 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer()
397 IBluetoothManager managerService = IBluetoothManager.Stub.asInterface(b); in getDefaultAdapter() local398 sAdapter = new BluetoothAdapter(managerService); in getDefaultAdapter()409 BluetoothAdapter(IBluetoothManager managerService) { in BluetoothAdapter() argument411 if (managerService == null) { in BluetoothAdapter()415 mService = managerService.registerAdapter(mManagerCallback); in BluetoothAdapter()417 mManagerService = managerService; in BluetoothAdapter()
1429 IBluetoothManager managerService = adapter.getBluetoothManager(); in connectGatt() local1431 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt()