Searched refs:managerService (Results 1 – 3 of 3) sorted by relevance
133 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in getConnectedDevices() local134 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices()179 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in getDevicesMatchingConnectionStates() local180 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates()230 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in openGattServer() local231 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer()
505 IBluetoothManager managerService = IBluetoothManager.Stub.asInterface(b); in getDefaultAdapter() local506 sAdapter = new BluetoothAdapter(managerService); in getDefaultAdapter()517 BluetoothAdapter(IBluetoothManager managerService) { in BluetoothAdapter() argument519 if (managerService == null) { in BluetoothAdapter()524 mService = managerService.registerAdapter(mManagerCallback); in BluetoothAdapter()530 mManagerService = managerService; in BluetoothAdapter()
1589 IBluetoothManager managerService = adapter.getBluetoothManager(); in connectGatt() local1591 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt()