Searched refs:iGatt (Results 1 – 5 of 5) sorted by relevance
130 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getConnectedDevices() local131 if (iGatt == null) return connectedDevices; in getConnectedDevices()133 connectedDevices = iGatt.getDevicesMatchingConnectionStates( in getConnectedDevices()175 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in getDevicesMatchingConnectionStates() local176 if (iGatt == null) return devices; in getDevicesMatchingConnectionStates()177 devices = iGatt.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()206 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in openGattServer() local207 if (iGatt == null) { in openGattServer()211 BluetoothGattServer mGattServer = new BluetoothGattServer(context, iGatt); in openGattServer()
487 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in getAdvScanData() local488 if (iGatt == null) { in getAdvScanData()494 mBluetoothAdvScanData = new BluetoothAdvScanData(iGatt, BluetoothAdvScanData.AD); in getAdvScanData()532 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in startAdvertising() local533 if (iGatt == null) { in startAdvertising()544 iGatt.startAdvertising(mAdvertisingGattCallback.mLeHandle); in startAdvertising()558 iGatt.registerClient(new ParcelUuid(uuid), wrapper); in startAdvertising()581 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in stopAdvertising() local582 if (iGatt == null) { in stopAdvertising()1023 IBluetoothGatt iGatt = mManagerService.getBluetoothGatt(); in isAdvertising() local[all …]
1221 IBluetoothGatt iGatt = managerService.getBluetoothGatt(); in connectGatt() local1222 if (iGatt == null) { in connectGatt()1226 BluetoothGatt gatt = new BluetoothGatt(context, iGatt, this); in connectGatt()
281 /*package*/ BluetoothGattServer(Context context, IBluetoothGatt iGatt) { in BluetoothGattServer() argument283 mService = iGatt; in BluetoothGattServer()
567 /*package*/ BluetoothGatt(Context context, IBluetoothGatt iGatt, BluetoothDevice device) { in BluetoothGatt() argument569 mService = iGatt; in BluetoothGatt()