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(
346
346
* @return If the operation is successful cbBSM_OK is returned.
347
347
*/
348
348
extern cb_int32 cbBSM_getBondedDevice (
349
- uint32 deviceIndex ,
349
+ cb_int32 deviceIndex ,
350
350
TBdAddr * pBdAddr ,
351
351
cb_boolean pIsLe );
352
352
@@ -365,6 +365,14 @@ extern cb_int32 cbBSM_deleteBondedDevice(TBdAddr* pBdAddress);
365
365
*/
366
366
extern cb_int32 cbBSM_deleteAllBondedDevices (void );
367
367
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 );
368
376
#ifdef __cplusplus
369
377
}
370
378
#endif
You can’t perform that action at this time.
0 commit comments