Searched refs:tGATT_PROFILE_CLCB (Results 1 – 2 of 2) sorted by relevance
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()[all …]
352 } tGATT_PROFILE_CLCB; typedef377 tGATT_PROFILE_CLCB profile_clcb[GATT_MAX_APPS];