Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h459 extern void SMP_SecureConnectionOobDataReply(UINT8 *p_data);
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c462 void SMP_SecureConnectionOobDataReply(UINT8 *p_data) in SMP_SecureConnectionOobDataReply() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c535 SMP_SecureConnectionOobDataReply((UINT8 *)&oob); in BTM_BleSecureConnectionOobDataReply()