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

nrf52840 ble_app_uart non_connectable mode not working

hi i am working on ble_App_uart example in nrf52840 DK and i want to advertise in non_connectable mode. i have checked into ble_advertising_start() and ble_advertising_init() function there p_advertising->properties.type = BLE_GAP_ADV_TYPE_CONNECTABLE_SCANNABLE_UNDIRECTED changed to BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED but still it connecting automatically to another nrf52840 DK board which has ble_app_uart central example. even i checked in nrfConnect android app still same issue.

so how can i modify the example to make it non connectable with ble_app_uart central?

Parents Reply Children
No Data
Related