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) in gatt_profile_find_clcb_by_conn_id()
93 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_find_clcb_by_conn_id()
113 static tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_bd_addr(BD_ADDR bda, tBT_TRANSPORT transport) in gatt_profile_find_clcb_by_bd_addr()
116 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_find_clcb_by_bd_addr()
137 tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda, tBT_TRANSPORT tranport) in gatt_profile_clcb_alloc()
140 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_clcb_alloc()
169 void gatt_profile_clcb_dealloc (tGATT_PROFILE_CLCB *p_clcb) in gatt_profile_clcb_dealloc()
171 memset(p_clcb, 0, sizeof(tGATT_PROFILE_CLCB)); in gatt_profile_clcb_dealloc()
242 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_bd_addr(bda, transport); in gatt_connect_cback()
311 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()
391 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB *p_clcb) in gatt_cl_start_config_ccc()
445 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_bd_addr (remote_bda, transport); in GATT_ConfigServiceChangeCCC()