Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_int.h77 #ifndef BTA_GATTC_CL_MAX
78 #define BTA_GATTC_CL_MAX 32 macro
370 tBTA_GATTC_RCB cl_rcb[BTA_GATTC_CL_MAX];
Dbta_gattc_utils.c126 for (i = 0; i < BTA_GATTC_CL_MAX; i ++, p_clrcb ++) in bta_gattc_cl_get_regcb()
147 for (i = 0; i < BTA_GATTC_CL_MAX; i ++) in bta_gattc_num_reg_app()
Dbta_gattc_act.c103 for (i = 0; i < BTA_GATTC_CL_MAX; i ++) in bta_gattc_register()