Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h373 extern BOOLEAN SMP_PairCancel (BD_ADDR bd_addr);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c229 BOOLEAN SMP_PairCancel (BD_ADDR bd_addr) in SMP_PairCancel() function
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c1220 if (SMP_PairCancel(bd_addr)) { in BTM_SecBondCancel()