I was trying to compare the scan ble_address of peripheral to the particular address I wanted to connect. but it didn't work . Is there any other way to accomplish it ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I was trying to compare the scan ble_address of peripheral to the particular address I wanted to connect. but it didn't work . Is there any other way to accomplish it ?
Hi tried adding the BL_ADDR to the white list using the following function but it doesn't seem to work. It gives the error #10234-D:unresolved symbols remian
I am using the following function to add the device add to the WL.
bStatus_t GAP_AddWhiteList() { return LE_Add_Device_To_White_List(0x00, 0x20CD39856D0D); }