#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.
調(diào)用GAPBondMgr_SetParameter的時(shí)候,第一個(gè)參數(shù)為上面三種時(shí),后面的參數(shù)(Must provide address type followed by device address.)怎么提供?
查看例程并沒有發(fā)現(xiàn)用法,想問下有參考的程序或者API手冊(cè)嗎,比如NV里保存了3個(gè)設(shè)備的綁定信息,怎么能指定禁止第二個(gè)回連?
還有就是在BondCB回調(diào)中,如果當(dāng)前新設(shè)備綁定成功,怎么知道當(dāng)前新綁定的設(shè)備是存儲(chǔ)到了第幾個(gè)綁定信息的位置?