Searched refs:coex_version_get_wrapper (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 266 static int coex_version_get_wrapper(unsigned int *major, unsigned int *minor, unsigned int *patch); 340 ._coex_version_get = coex_version_get_wrapper, 953 static int coex_version_get_wrapper(unsigned int *major, unsigned int *minor, unsigned int *patch) in coex_version_get_wrapper() function
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | bt.c | 314 static int coex_version_get_wrapper(unsigned int *major, unsigned int *minor, unsigned int *patch); 408 ._coex_version_get = coex_version_get_wrapper, 1216 static int coex_version_get_wrapper(unsigned int *major, unsigned int *minor, unsigned int *patch) in coex_version_get_wrapper() function
|