Hello, I'm trying to make two nRF52832 connect to each other on their own. Currently, it seems that the ble addresses are reversed when printed by ble_gap_addr_print in different parts of the program.
What would cause this?
Hello, I'm trying to make two nRF52832 connect to each other on their own. Currently, it seems that the ble addresses are reversed when printed by ble_gap_addr_print in different parts of the program.
What would cause this?
Where do you find the ble_gap_addr_print()
function? The addr
field in the ble_gap_addr_t struct is stored with LSB first. So If you are printing this from index 0->5 it will appear reversed.
Johan,
Could you please say where in program you use the function? If there is indeed a problem with the addresses being reversed in some situations we need to establish when this happens.
Do you have your code on a github branch?
Johan,
Could you please say where in program you use the function? If there is indeed a problem with the addresses being reversed in some situations we need to establish when this happens.
Do you have your code on a github branch?