Searched refs:p_clcb_list (Results 1 – 4 of 4) sorted by relevance
1731 for(p_node = list_begin(gatt_cb.p_clcb_list); p_node; p_node = list_next(p_node)) { in gatt_clcb_find_by_conn_id()1756 for(p_node = list_begin(gatt_cb.p_clcb_list); p_node; p_node = list_next(p_node)) { in gatt_clcb_find_by_idx()1783 if (list_length(gatt_cb.p_clcb_list) < GATT_CL_MAX_LCB) { in gatt_clcb_alloc()1786 list_append(gatt_cb.p_clcb_list, p_clcb); in gatt_clcb_alloc()1813 list_remove(gatt_cb.p_clcb_list, p_clcb); in gatt_clcb_dealloc()1882 for(p_node = list_begin(gatt_cb.p_clcb_list); p_node; p_node = list_next(p_node)) { in gatt_num_clcb_by_bd_addr()2360 for(p_node = list_begin(gatt_cb.p_clcb_list); p_node; p_node = p_node_next) { in gatt_cleanup_upon_disc()
107 gatt_cb.p_clcb_list = list_new(osi_free_func); in gatt_init()198 list_free(gatt_cb.p_clcb_list); in gatt_free()
1351 for(p_node_clcb = list_begin(gatt_cb.p_clcb_list); p_node_clcb; p_node_clcb = p_node_next) { in GATT_Deregister()
527 list_t *p_clcb_list; /* connection link control block*/ member