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()205 IBluetoothManager managerService = mAdapter.getBluetoothManager(); in openGattServer() local206 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer()
420 IBluetoothManager managerService = IBluetoothManager.Stub.asInterface(b); in getDefaultAdapter() local421 sAdapter = new BluetoothAdapter(managerService); in getDefaultAdapter()432 BluetoothAdapter(IBluetoothManager managerService) { in BluetoothAdapter() argument434 if (managerService == null) { in BluetoothAdapter()438 mService = managerService.registerAdapter(mManagerCallback); in BluetoothAdapter()440 mManagerService = managerService; in BluetoothAdapter()
1219 IBluetoothManager managerService = adapter.getBluetoothManager(); in connectGatt() local1221 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt()