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.cc652 uint8_t i, free_idx = BTM_MAX_VSE_CALLBACKS; in BTM_RegisterForVSEvents()
655 for (i = 0; i < BTM_MAX_VSE_CALLBACKS; i++) { in BTM_RegisterForVSEvents()
671 if (free_idx < BTM_MAX_VSE_CALLBACKS) { in BTM_RegisterForVSEvents()
702 for (i = 0; i < BTM_MAX_VSE_CALLBACKS; i++) { in btm_vendor_specific_evt()
Dbtm_int_types.h117 [BTM_MAX_VSE_CALLBACKS]; /* Register for vendor specific events */
/system/bt/internal_include/
Dbt_target.h423 #ifndef BTM_MAX_VSE_CALLBACKS
424 #define BTM_MAX_VSE_CALLBACKS 3 macro