File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
android/app/src/main/java/me/kavishdevar/librepods/utils Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * LibrePods - AirPods liberated from Apple’s ecosystem
3+ *
4+ * Copyright (C) 2025 LibrePods contributors
5+ *
6+ * This program is free software: you can redistribute it and/or modify
7+ * it under the terms of the GNU Affero General Public License as published
8+ * by the Free Software Foundation, either version 3 of the License.
9+ *
10+ * This program is distributed in the hope that it will be useful,
11+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+ * GNU Affero General Public License for more details.
14+ *
15+ * You should have received a copy of the GNU Affero General Public License
16+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
17+ */
18+
19+ /* This is a very basic ATT (Attribute Protocol) implementation. I have only implemented
20+ * what is necessary for LibrePods to function, i.e. reading and writing characteristics,
21+ * and receiving notifications. It is not a complete implementation of the ATT protocol.
22+ */
23+
124package me.kavishdevar.librepods.utils
225
326import android.annotation.SuppressLint
You can’t perform that action at this time.
0 commit comments