#define GAPBOND_ERASE_SINGLEBOND 0x417 //!< Erase a single bonded device. Write only. Must provide address type followed by device address.
#define GAPBOND_DISABLE_SINGLEBOND 0x41A //!< Disable a single bonded device. Write only. Must provide address type followed by device address.
#define GAPBOND_ENABLE_SINGLEBOND 0x41B //!< Ensable a single bonded device. Write only. Must provide address type followed by device address.
调用GAPBondMgr_SetParameter的时候,第一个参数为上面三种时,后面的参数(Must provide address type followed by device address.)怎么提供?
查看例程并没有发现用法,想问下有参考的程序或者API手册吗,比如NV里保存了3个设备的绑定信息,怎么能指定禁止第二个回连?
还有就是在BondCB回调中,如果当前新设备绑定成功,怎么知道当前新绑定的设备是存储到了第几个绑定信息的位置?