File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
targets/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_EVK_ODIN_W2/sdk/ublox-odin-w2-drivers Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ extern cb_int32 cbBSM_getAllNumberBondedDevices(
346346* @return If the operation is successful cbBSM_OK is returned.
347347*/
348348extern cb_int32 cbBSM_getBondedDevice (
349- uint32 deviceIndex ,
349+ cb_int32 deviceIndex ,
350350 TBdAddr * pBdAddr ,
351351 cb_boolean pIsLe );
352352
@@ -365,6 +365,14 @@ extern cb_int32 cbBSM_deleteBondedDevice(TBdAddr* pBdAddress);
365365 */
366366extern cb_int32 cbBSM_deleteAllBondedDevices (void );
367367
368+ /**
369+ * Initializes the static Link Keys for both classic and LE.
370+ * nvdsId: nvds id for the static link key,
371+ * (0) disables the use of a static link key.
372+ *
373+ * @return cbBSM_OK.
374+ */
375+ cb_int32 cbBSM_setStaticLinkKeyNvdsId (cb_int32 nvdsId );
368376#ifdef __cplusplus
369377}
370378#endif
You can’t perform that action at this time.
0 commit comments