• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Decoding iBeacon BLE message
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Decoding iBeacon BLE message


  • Subject: RE: Decoding iBeacon BLE message
  • From: Qinghui Tang <email@hidden>
  • Date: Sun, 06 Oct 2013 09:35:04 -0500
  • Importance: Normal


the iBeacon is sent through manufacturer option in Advertisement packet.

http://stackoverflow.com/questions/18906988/what-is-the-ibeacon-bluetooth-profile

1A       Message Length (26 bytes), including 0xFF and all following bytes
FF        Manufacturer option
4C 00    Manufacturer ID (Apple's)
02 15     Apple specific, maybe defining the message type as "iBeacon" and it length (0x15 = 21 bytes = 16+4+4+1) 
E2 C5 6D B5 DF FB 48 D2 B0 60 D0 F5 A7 10 96 E0 (16bytes for UUID)
00 42 (2bytes for major)
00 58 (2bytes for minor)
C5        Seems fixed value



From: email@hidden
Date: Sun, 6 Oct 2013 10:27:46 +0200
Subject: Decoding iBeacon BLE message
To: email@hidden

I try to understand the BLE message send by an iBeacon (from Apple sample app)

I have installed a BLE sniffer and I get the following message I have tried to decode
- Can someone help me to understand the remaining ?
- In addition I do not see any serviceID send in the message: Does it mean that the iBeacon can not be visible when the app is not in foreground ?


02 (length)
01 (GAP_ADTYPE_FLAGS)
1A ?
1A Longueur (message length)
FF 4C 00 02 15   ?

E2 C5 6D B5 DF FB 48 D2 B0 60 D0 F5 A7 10 96 E0 (16bytes for UUID)
00 42 (2bytes for major)
00 58 (2bytes for minor)
C5 (?)

_______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Decoding iBeacon BLE message (From: Frederic Visticot <email@hidden>)

  • Prev by Date: iBeacon information from CoreBluetooth API
  • Next by Date: iOS 7 BLE ANCS problem in mail notification?
  • Previous by thread: Decoding iBeacon BLE message
  • Next by thread: Re: Decoding iBeacon BLE message
  • Index(es):
    • Date
    • Thread