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

BOND_DELETE_ALL_BUTTON_ID in BLE_proximity example

Hi, I just flashed the BLE_proximity example in the ...\nrf51_sdk_v6_1_0_b2ec2e6\nrf51822\Board\nrf6310\s110\ble_app_proximity in the nRF51822 Development Kit, and the nFR Proximity app in the iPad iOS 8.1.2, I tag the device, see all the messages in the console window:

    2015-01-17 21:41:45.267 nRF Proximity[184:5006] RSSI: -70.000000, change: 5.250000, limit: -35.000000, current location: (null)
    
    2015-01-17 21:41:45.495 nRF Proximity[184:5006] Did update value for characteristic <CBCharacteristic: 0x17ee8df0, UUID = 2A06, properties = 0xA, value = <02>, notifying = NO>, new value: <02>, error: (null)
    
    2015-01-17 21:41:46.277 nRF Proximity[184:5006] Nordic_Prox did update RSSI: -66.000000
    
    2015-01-17 21:41:46.278 nRF Proximity[184:5006] RSSI: -66.000000, change: 5.250000, limit: -35.000000, current location: (null)
    
    2015-01-17 21:41:47.288 nRF Proximity[184:5006] Nordic_Prox did update RSSI: -66.000000
    
    2015-01-17 21:41:47.289 nRF Proximity[184:5006] RSSI: -66.000000, change: 5.250000, limit: -35.000000, current location: (null)

etc...

and then I click BUTTON_1 (BOND_DELETE_ALL_BUTTON_ID) , but the iPad remains connected logging messages. Should the iPad unbond when clicking this button ?

Parents Reply Children
Related