Hi all ,
Am using keyfobdemo with BLE dongle (HostTestreleaseall) ,connectable undirected adverisement is working fine ,but when i modify the code for connectable directed advertisement , i could not able to see the directed advertisement,.
This is what the change i made ,
In Peripheral.c (GAPRole_Init( ) ) ,i have modified the
gapRole_AdvEventType = GAP_ADTYPE_ADV_DIRECT_IND;
i have updated this global variable with my BLE dongle address , but i cannot able to see any advertisement ! Kindly help me to resolve this.
static uint8 gapRole_AdvDirectAddr[B_ADDR_LEN] = {0x3C,0x2D,0xB7,0x85,0xEE,0xFE};
I have searched the forum thoroughly but anywhere i cannot able to find "connectable directed advertisement " working !
Thanks in advance for the help.
Regards,
Senthil