Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c768 UINT8 i, free_idx = BTM_MAX_VSE_CALLBACKS; in BTM_RegisterForVSEvents()
771 for (i = 0; i < BTM_MAX_VSE_CALLBACKS; i++) { in BTM_RegisterForVSEvents()
787 if (free_idx < BTM_MAX_VSE_CALLBACKS) { in BTM_RegisterForVSEvents()
829 for (i = 0; i < BTM_MAX_VSE_CALLBACKS; i++) { in btm_vendor_specific_evt()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h981 #ifndef BTM_MAX_VSE_CALLBACKS
982 #define BTM_MAX_VSE_CALLBACKS 3 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h183 tBTM_VS_EVT_CB *p_vend_spec_cb[BTM_MAX_VSE_CALLBACKS]; /* Register for vendor specific eve…