Home
last modified time | relevance | path

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

/system/bt/bta/jv/
Dbta_jv_int.h122 bool scn[BTA_JV_MAX_SCN]; /* SCN allocated by java */
Dbta_jv_act.cc711 if (scn > 0 && scn <= BTA_JV_MAX_SCN && bta_jv_cb.scn[scn - 1]) { in bta_jv_free_scn()
/system/bt/bta/include/
Dbta_jv_api.h52 #define BTA_JV_MAX_SCN \ macro