Home | History | Annotate | Download | only in gatt

Lines Matching refs:tGATT_PROFILE_CLCB

51 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB *p_clcb);
90 static tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_conn_id(UINT16 conn_id)
93 tGATT_PROFILE_CLCB *p_clcb = NULL;
113 static tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_bd_addr(BD_ADDR bda, tBT_TRANSPORT transport)
116 tGATT_PROFILE_CLCB *p_clcb = NULL;
137 tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda, tBT_TRANSPORT tranport)
140 tGATT_PROFILE_CLCB *p_clcb = NULL;
169 void gatt_profile_clcb_dealloc (tGATT_PROFILE_CLCB *p_clcb)
171 memset(p_clcb, 0, sizeof(tGATT_PROFILE_CLCB));
242 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_bd_addr(bda, transport);
311 static void gatt_config_ccc_complete(tGATT_PROFILE_CLCB *p_clcb)
328 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id);
366 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id);
395 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id);
418 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB *p_clcb)
489 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_bd_addr (remote_bda, transport);