Lines Matching refs:tGATT_PROFILE_CLCB
62 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB* p_clcb);
102 static tGATT_PROFILE_CLCB* gatt_profile_find_clcb_by_conn_id(uint16_t conn_id) { in gatt_profile_find_clcb_by_conn_id()
104 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_find_clcb_by_conn_id()
123 static tGATT_PROFILE_CLCB* gatt_profile_find_clcb_by_bd_addr( in gatt_profile_find_clcb_by_bd_addr()
126 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_find_clcb_by_bd_addr()
149 tGATT_PROFILE_CLCB* gatt_profile_clcb_alloc(uint16_t conn_id, in gatt_profile_clcb_alloc()
153 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_clcb_alloc()
181 void gatt_profile_clcb_dealloc(tGATT_PROFILE_CLCB* p_clcb) { in gatt_profile_clcb_dealloc()
182 memset(p_clcb, 0, sizeof(tGATT_PROFILE_CLCB)); in gatt_profile_clcb_dealloc()
248 tGATT_PROFILE_CLCB* p_clcb = in gatt_connect_cback()
314 tGATT_PROFILE_CLCB* p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id); in gatt_disc_res_cback()
349 tGATT_PROFILE_CLCB* p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id); in gatt_disc_cmpl_cback()
387 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB* p_clcb) { in gatt_cl_start_config_ccc()
431 tGATT_PROFILE_CLCB* p_clcb = in GATT_ConfigServiceChangeCCC()