Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_devctl.cc651 uint8_t i, free_idx = BTM_MAX_VSE_CALLBACKS; in BTM_RegisterForVSEvents()
654 for (i = 0; i < BTM_MAX_VSE_CALLBACKS; i++) { in BTM_RegisterForVSEvents()
670 if (free_idx < BTM_MAX_VSE_CALLBACKS) { in BTM_RegisterForVSEvents()
701 for (i = 0; i < BTM_MAX_VSE_CALLBACKS; i++) { in btm_vendor_specific_evt()
Dbtm_int_types.h118 [BTM_MAX_VSE_CALLBACKS]; /* Register for vendor specific events */
/system/bt/internal_include/
Dbt_target.h416 #ifndef BTM_MAX_VSE_CALLBACKS
417 #define BTM_MAX_VSE_CALLBACKS 3 macro