BTA_DmBleSetStaticPasskey() function
* Function BTA_DmBleSetStaticPasskey * Description Set BLE SMP static passkey. * Parameters: add - add static passkey when add is true * clear static passkey when add is false * passkey - static passkey value * Returns void
Syntax
extern void BTA_DmBleSetStaticPasskey(bool add,
uint32_t passkey);