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

BLE question

hello there! i am working on project in which my one nordic BLE(A) want to send command to second nordic BLE(C) which is not in my range. now there is third nordic BLE(B) which is in range between both, so Device A will take help of Device B to communicate Device C.

now i think it is possible like this way Device A transmits mac address of Device C in advertisement packet. Device B sees this advertisement packet and checks that mac address of advertisement packet matches with it. here in advertisement packet mac address is Device C's address.

so device B advertises device A's advertisement packet and sends to device C.

now my main question is can one device advertise other device's adverisement packet??

Related