Skip to content

Instantly share code, notes, and snippets.

View Frosty515's full-sized avatar

Frosty515 Frosty515

View GitHub Profile
@Frosty515
Frosty515 / BLEPD
Created July 30, 2023 07:05
Bluetooth paired devices privacy policy
Only paired bluetooth devices MAC addresses may be saved to the device.
This information is never shared over the internet and cannot be viewed by the developer.
MAC address saving can be disabled within the app.
#include <stdint.h>
#include <stddef.h>
#include "kernel.hpp"
#include "Memory/Memory.hpp"
#include "limine.h"
#include <arch/x86_64/Stack.h>
#include <arch/x86_64/io.h>