Searched refs:tGATT_PROFILE_CLCB (Results 1 – 2 of 2) sorted by relevance
67 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB* p_clcb);107 static tGATT_PROFILE_CLCB* gatt_profile_find_clcb_by_conn_id(uint16_t conn_id) { in gatt_profile_find_clcb_by_conn_id()109 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_find_clcb_by_conn_id()128 static tGATT_PROFILE_CLCB* gatt_profile_find_clcb_by_bd_addr( in gatt_profile_find_clcb_by_bd_addr()131 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_find_clcb_by_bd_addr()154 tGATT_PROFILE_CLCB* gatt_profile_clcb_alloc(uint16_t conn_id, in gatt_profile_clcb_alloc()158 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_clcb_alloc()186 void gatt_profile_clcb_dealloc(tGATT_PROFILE_CLCB* p_clcb) { in gatt_profile_clcb_dealloc()187 memset(p_clcb, 0, sizeof(tGATT_PROFILE_CLCB)); in gatt_profile_clcb_dealloc()314 tGATT_PROFILE_CLCB* p_clcb = in gatt_connect_cback()[all …]
355 } tGATT_PROFILE_CLCB; typedef380 tGATT_PROFILE_CLCB profile_clcb[GATT_MAX_APPS];