Skip to content

SpeastTV/BLE-Payloads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Bluetooth® Low Energy - Payloads

Important

Disclaimer: Education Purpose Only

Note

You are welcome to create a pull request to add new devices

How can I use the codes?
You can install "nRF Connect" on Android to spoof the devices.
Playstore (Android): nRF Connect Android
Tutorials ➔ Apple Devices - More Soon

📱 Devices Overview

Samsung 🤖

➔ The popup only appears on Samsung & Android devices

Android 👾

➔ The popup only appears on Android devices

Apple 🍎

➔ The popup only appears on Apple devices

Windows 🪟

➔ The popup only appears on Windows devices that have Swift Pair enabled


🤖 Samsung

  • Galaxy Buds 2 Pro

  • Advertising Data
    • Manufacturer Data
      • 16-bit Company Identifier ➔ 0075
      • Raw-Data ➔ 42098102141503210109AB0C0146063CDD0A00000000A700
  • Scan Response Data
    • Manufacturer Data
      • 16-bit Company Identifier ➔ 0075
      • Raw-Data ➔ 00C3A3D7B11740526464000104

👾 Android

  • Pixel Buds

Advertising data

  1. Service DATA:
    • UUID ➔ FE2C
    • DATA ➔ 92BBBD
  2. Tx Power Level
  3. Service UUID ➔ FE2C

  • Google Pixel Buds

Advertising data

  1. Service DATA:
    • UUID ➔ FE2C
    • DATA ➔ 000006
  2. Tx Power Level
  3. Service UUID ➔ FE2C

  • JBL Flip 6

Advertising data

  1. Service DATA:
    • UUID ➔ FE2C
    • DATA ➔ 821F66
  2. Tx Power Level
  3. Service UUID ➔ FE2C

  • JBL Buds Pro

Advertising data

  1. Service DATA:
    • UUID ➔ FE2C
    • DATA ➔ F52494
  2. Tx Power Level
  3. Service UUID ➔ FE2C

  • JBL Live 300TWS

Advertising data

  1. Service DATA:
    • UUID ➔ FE2C
    • DATA ➔ 718FA4
  2. Tx Power Level
  3. Service UUID ➔ FE2C

  • Sony XM5

Advertising data

  1. Service DATA:
    • UUID ➔ FE2C
    • DATA ➔ D446A7
  2. Tx Power Level
  3. Service UUID ➔ FE2C

  • Bose NC 700

Advertising data

  1. Service DATA:
    • UUID ➔ FE2C
    • DATA ➔ CD8256
  2. Tx Power Level
  3. Service UUID ➔ FE2C

  • Bose QuietComfort 35 II

Advertising data

  1. Service DATA:
    • UUID ➔ FE2C
    • DATA ➔ 0000F0
  2. Tx Power Level
  3. Service UUID ➔ FE2C

  • Razer Hammerhead TWS

Advertising data

  1. Service DATA:
    • UUID ➔ FE2C
    • DATA ➔ 0E30C3
  2. Tx Power Level
  3. Service UUID ➔ FE2C

  • LG HBS-835S

Advertising data

  1. Service DATA:
    • UUID ➔ FE2C
    • DATA ➔ 0003F0
  2. Tx Power Level
  3. Service UUID ➔ FE2C

🍎 Apple

  • Airpods

Advertising data

  • Manufacturer Data
    • 16-bit Company Identifier ➔ 004C
    • Raw-Data ➔ 071907022075aa3001000045121212000000000000000000000000

  • Airpods Pro

Advertising data

  • Manufacturer Data
    • 16-bit Company Identifier ➔ 004C
    • Raw-Data ➔ 0719070e2075aa3001000045121212000000000000000000000000

  • Airpods Max

Advertising data

  • Manufacturer Data
    • 16-bit Company Identifier ➔ 004C
    • Raw-Data ➔ 0719070a2075aa3001000045121212000000000000000000000000

  • Airpods 2

Advertising data

  • Manufacturer Data
    • 16-bit Company Identifier ➔ 004C
    • Raw-Data ➔ 0719070f2075aa3001000045121212000000000000000000000000

  • Airpods 3

Advertising data

  • Manufacturer Data
    • 16-bit Company Identifier ➔ 004C
    • Raw-Data ➔ 071907132075aa3001000045121212000000000000000000000000

  • Airpods Pro 2

Advertising data

  • Manufacturer Data
    • 16-bit Company Identifier ➔ 004C
    • Raw-Data ➔ 071907142075aa3001000045121212000000000000000000000000

  • Number Setup

Advertising data

  • Manufacturer Data
    • 16-bit Company Identifier ➔ 004C
    • Raw-Data ➔ 04042A0000000F05C109604C950000100000000000

  • Apple TV Pair

Advertising data

  • Manufacturer Data
    • 16-bit Company Identifier ➔ 004C
    • Raw-Data ➔ 04042a0000000f05c106604c950000100000000000

  • Apple TV Setup

Advertising data

  • Manufacturer Data
    • 16-bit Company Identifier ➔ 004C
    • Raw-Data ➔ 04042a0000000f05c101604c950000100000000000

  • Apple TV Configure

Advertising data

  • Manufacturer Data
    • 16-bit Company Identifier ➔ 004C
    • Raw-Data ➔ 04042a0000000f05c120604c950000100000000000

  • Homepod Setup

Advertising data

  • Manufacturer Data
    • 16-bit Company Identifier ➔ 004C
    • Raw-Data ➔ 04042a0000000f05c10b604c950000100000000000

🪟 Windows 10/11

  • Custom Windows Popup

  • Advertising Data
    • Manufacturer Data
      • 16-bit Company Identifier ➔ 0006
      • Raw-Data ➔ 030008[your custom text in HEX]

        Example Raw-Data: 03000848656C6C6F20576F726C64
        Tool for custom Text ➔ Text to HEX Converter