Home
last modified time | relevance | path

Searched refs:mBluetoothManager (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java51 private BluetoothManager mBluetoothManager; field in GattServerFacade
77 mBluetoothManager = (BluetoothManager) mContext.getSystemService(Service.BLUETOOTH_SERVICE); in GattServerFacade()
100 mBluetoothManager.openGattServer(mContext, mBluetoothGattServerCallbackList.get(index)); in gattServerOpenGattServer()
160 mBluetoothManager.getConnectedDevices(BluetoothProfile.GATT_SERVER); in gattServerGetConnectedDevices()
DGattClientFacade.java51 private BluetoothManager mBluetoothManager; field in GattClientFacade
81 mBluetoothManager = (BluetoothManager) mContext.getSystemService(Service.BLUETOOTH_SERVICE); in GattClientFacade()