請(qǐng)問有藍(lán)牙OOB使用例程嗎?
這里你的目的應(yīng)該是進(jìn)行配對(duì)綁定的處理,打開peripheral例程參考下面的代碼,庫里有相應(yīng)的注釋。
#define GAPBOND_PERI_OOB_ENABLED? ? ? ? 0x403? //!< OOB data available for pairing algorithm. Read/Write. Size is uint8. Default is 0(disabled).
#define GAPBOND_PERI_OOB_DATA? ? ? ? ? ?0x404? //!< OOB Data. Read/Write. size uint8[16]. Default is all 0's.
#define GAPBOND_CENT_OOB_ENABLED? ? ? ? 0x40B? //!< OOB data available for pairing algorithm. Read/Write. Size is uint8. Default is 0(disabled).
#define GAPBOND_CENT_OOB_DATA? ? ? ? ? ?0x40C? //!< OOB Data. Read/Write. size uint8[16]. Default is all 0's.
我想問的是這四個(gè)相關(guān)參數(shù)的使用
這里的參數(shù)后面有注釋其相應(yīng)的含義
其相應(yīng)的函數(shù)會(huì)在參數(shù)的上面有提到,然后在庫里搜索函數(shù)名就可以出現(xiàn)的。
OOB的具體含義則需要看協(xié)議,我們家的操作是符合協(xié)議的。
藍(lán)牙OOB使用例程??out of band (OOB)配對(duì)模式適用于使用out of band機(jī)制來發(fā)現(xiàn)設(shè)備以及交換或傳輸在配對(duì)過程中使用的密碼信息的場(chǎng)景
暫無該代碼。您留個(gè)郵箱,晚點(diǎn)給您發(fā)郵件。
個(gè)人信息保護(hù),已隱藏
oob帶外通信demo,等待中