hello,
I am trying to direct advertisement on NRF51822 board.When giving the peer address i am confused that how to specify the address type of the device, whether BLE_GAP_ADDR_TYPE_PUBLIC or BLE_GAP_ADDR_TYPE_RANDOM_STATIC. How to give this type.
Is it possible to send manufacturer specific data in direct advertisement,or is it possible to send a scan response for a direct advertisement
In my application there are many BLE devices which forms a network.I want to send an advertisement to a specif device with some manufacture specific data ,so that others in neighborhood do not want to respond to the advertisement received with connection requests.