Searched refs:tGATT_PROFILE_CLCB (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_attr.c66 tGATT_PROFILE_CLCB *p_clcb = NULL;
88 tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_bd_addr(BD_ADDR bda)
91 tGATT_PROFILE_CLCB *p_clcb = NULL;
113 tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda)
116 tGATT_PROFILE_CLCB *p_clcb = NULL;
143 tGATT_PROFILE_CLCB *p_clcb = NULL;
149 memset(p_clcb, 0, sizeof(tGATT_PROFILE_CLCB));
H A Dgatt_int.h443 }tGATT_PROFILE_CLCB; typedef in typeref:struct:__anon1061
473 tGATT_PROFILE_CLCB profile_clcb[GATT_MAX_APPS];
529 extern tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_bd_addr(BD_ADDR bda);
531 extern tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda);

Completed in 116 milliseconds