Searched refs:managerService (Results 1 – 3 of 3) sorted by relevance
135 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in getConnectedDevices() local136 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices()177 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in getDevicesMatchingConnectionStates() local178 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates()230 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in openGattServer() local231 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer()
696 IBluetoothManager managerService = IBluetoothManager.Stub.asInterface(b); in getDefaultAdapter() local697 sAdapter = new BluetoothAdapter(managerService); in getDefaultAdapter()708 BluetoothAdapter(IBluetoothManager managerService) { in BluetoothAdapter() argument710 if (managerService == null) { in BluetoothAdapter()715 mService = managerService.registerAdapter(mManagerCallback); in BluetoothAdapter()721 mManagerService = managerService; in BluetoothAdapter()
2159 IBluetoothManager managerService = adapter.getBluetoothManager(); in connectGatt() local2161 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt()