Home
last modified time | relevance | path

Searched refs:profile_clcb (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_attr.c69 for (i_clcb = 0, p_clcb= gatt_cb.profile_clcb; i_clcb < GATT_MAX_APPS; i_clcb++, p_clcb++) in gatt_profile_find_conn_id_by_bd_addr()
94 for (i_clcb = 0, p_clcb= gatt_cb.profile_clcb; i_clcb < GATT_MAX_APPS; i_clcb++, p_clcb++) in gatt_profile_find_clcb_by_bd_addr()
119 for (i_clcb = 0, p_clcb= gatt_cb.profile_clcb; i_clcb < GATT_MAX_APPS; i_clcb++, p_clcb++) in gatt_profile_clcb_alloc()
146 for (i_clcb = 0, p_clcb= gatt_cb.profile_clcb; i_clcb < GATT_MAX_APPS; i_clcb++, p_clcb++) in gatt_profile_clcb_dealloc()
Dgatt_int.h485 tGATT_PROFILE_CLCB profile_clcb[GATT_MAX_APPS]; member