Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h446 extern void SMP_OobDataReply(BD_ADDR bd_addr, tSMP_STATUS res, UINT8 len,
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c423 void SMP_OobDataReply(BD_ADDR bd_addr, tSMP_STATUS res, UINT8 len, UINT8 *p_data) in SMP_OobDataReply() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c496 SMP_OobDataReply(bd_addr, res_smp, len, p_data); in BTM_BleOobDataReply()