Function ble_hs_resolv_list_find

Jonas A
Posts: 16
Joined: Tue Mar 09, 2021 11:14 am

Function ble_hs_resolv_list_find

Postby Jonas A » Fri Jun 04, 2021 8:50 am

Hello,

where can I find information about this IDF function:

struct ble_hs_resolv_entry *
ble_hs_resolv_list_find(uint8_t *addr)

it is in the file
esp-idf\components\bt\host\nimble\nimble\nimble\host\src\ble_hs_resolv.c

I cant any documentation about the function here:

https://docs.espressif.com/projects/esp ... index.html

BR
Jonas

irahul
Posts: 36
Joined: Fri Jun 18, 2021 10:07 am

Re: Function ble_hs_resolv_list_find

Postby irahul » Fri Aug 20, 2021 4:49 am

Hi Jonas

The defination of the function is found at : components/bt/host/nimble/nimble/nimble/host/src/ble_hs_resolv_priv.h

This file is not supposed to be exposed to outside stack ( as even name has the word priv in it ). Hence, it is not included in the documentation . Doxygen documentation is generated for APIs which are public and exposed )

Thanks,
Rahul

Who is online

Users browsing this forum: No registered users and 249 guests