Home
last modified time | relevance | path

Searched refs:SMP_SetStaticPasskey (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h418 extern void SMP_SetStaticPasskey (BOOLEAN add, UINT32 passkey);
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c354 void SMP_SetStaticPasskey (BOOLEAN add, UINT32 passkey) in SMP_SetStaticPasskey() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c437 SMP_SetStaticPasskey(add, passkey); in BTM_BleSetStaticPasskey()