Found 2 other functions taking a
tBTM_LE_KEY_VALUE
argument:
* Function btm_sec_save_le_key * Description This function is called by the SMP to update * an BLE key. SMP is internal, whereas all the keys shall * be sent to the application. The function is also called * when application passes ble key stored in NVRAM to the btm_sec. * pass_to_application parameter is false in this case. * Returns void
SMP_INCLUDED == TRUE * Function BTM_SecAddBleKey * Description Add/modify LE device information. This function will be * normally called during host startup to restore all required * information stored in the NVRAM. * Parameters: bd_addr - BD address of the peer * p_le_key - LE key values. * key_type - LE SMP key type. * Returns TRUE if added OK, else FALSE