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

Can I see that iOS device changes own address ?

Hi, iOS device uses random private resolvable type changes own bluetooth address address every 15 minutes as long as I know. Can I see the transittion just to change the address before and after on wireshark by nRF sniffer ? If not possible, how can I test to see the point(moment) iOS changes own bluetooth address ? Since, I would like to test whether own my application for nRF51 device works on iOS device or not while keeping a connection. Thanks.

Parents
  • I'm assuming you are using iOS as a central, and the nRF51 as a peripheral.

    I'm not sure I quite understand what you want to test, but as user9384 said, the access address will be used when in a connection, and this will not change throughout the connection.

    The device address of the iOS device will change every 15 minutes. You can observe this by using the Sniffer. Just examine two connection requests that are 15 minutes apart.

Reply
  • I'm assuming you are using iOS as a central, and the nRF51 as a peripheral.

    I'm not sure I quite understand what you want to test, but as user9384 said, the access address will be used when in a connection, and this will not change throughout the connection.

    The device address of the iOS device will change every 15 minutes. You can observe this by using the Sniffer. Just examine two connection requests that are 15 minutes apart.

Children
Related