Searched refs:mBluetoothManager (Results 1 – 3 of 3) sorted by relevance
50 private BluetoothManager mBluetoothManager; field in GattServerFacade76 mBluetoothManager = (BluetoothManager) mContext.getSystemService(Service.BLUETOOTH_SERVICE); in GattServerFacade()99 mBluetoothManager.openGattServer(mContext, mBluetoothGattServerCallbackList.get( in gattServerOpenGattServer()160 mBluetoothManager.getConnectedDevices(BluetoothProfile.GATT_SERVER); in gattServerGetConnectedDevices()190 mBluetoothManager.getConnectedDevices(BluetoothProfile.GATT_SERVER); in gattServerSendResponse()219 mBluetoothManager.getConnectedDevices(BluetoothProfile.GATT_SERVER); in gattServerNotifyCharacteristicChanged()262 mBluetoothManager.getConnectedDevices(BluetoothProfile.GATT_SERVER); in gattServerNotifyCharacteristicChangedByInstanceId()
66 private final BluetoothManager mBluetoothManager; field in BluetoothConnectionFacade105 mBluetoothManager = (BluetoothManager) mContext.getSystemService( in BluetoothConnectionFacade()547 return mBluetoothManager.getConnectedDevices(profile); in bluetoothGetConnectedLeDevices()
50 private BluetoothManager mBluetoothManager; field in GattClientFacade82 mBluetoothManager = (BluetoothManager) mContext.getSystemService(Service.BLUETOOTH_SERVICE); in GattClientFacade()