Home
last modified time | relevance | path

Searched refs:BTA_AV_MAX_SEPS (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/include/
Dbta_av_api.h98 #ifndef BTA_AV_MAX_SEPS
99 #define BTA_AV_MAX_SEPS 2 macro
/system/bt/bta/av/
Dbta_av_aact.c246 for (xx = 0; xx<BTA_AV_MAX_SEPS; xx++) in bta_av_get_scb_handle()
268 for (xx = 0; xx<BTA_AV_MAX_SEPS; xx++) in bta_av_get_scb_sep_type()
752 for(xx=0; xx<BTA_AV_MAX_SEPS; xx++) in bta_av_adjust_seps_idx()
1082 for(xx=0; xx<BTA_AV_MAX_SEPS; xx++) in bta_av_cleanup()
Dbta_av_int.h471 tBTA_AV_SEP seps[BTA_AV_MAX_SEPS];
Dbta_av_main.c672 while(index < BTA_AV_MAX_SEPS && in bta_av_api_register()