This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

what is initiator address in CONNECT_REQ?

I sniffer the packets when I use a phone to connect to a BLE device.

However, in the packet with CONNECT_REQ label, the source address (init address) is not the bluetooth address of my mobile phone. So what is this init address from?

Parents
  • This is described in Bluetooth Core Specification 4.0 Volume 6, part B, section 2.3.3.1:

    The CONNECT_REQ PDU has the Payload as shown in Figure 2.10 . TxAdd in the Flags field indicates whether the initiator’s device address in the InitA field is public (TxAdd = 0) or random (TxAdd = 1). The RxAdd in the Flags field indi- cates whether the advertiser’s device address in the AdvA field is public (RxAdd = 0) or random (RxAdd = 1).The Payload field consists of InitA, AdvA and LLData fields. The InitA field shall contain the Initiator’s public or random device address as indicated by TxAdd. The AdvA field shall contain the advertiser’s public or random device address as indicated by RxAdd.

    It might be that the device is using a random address (TxAdd field equal to 0).

  • So can I customize the init address to what I desire?

Reply Children
No Data
Related