Searched refs:p_assoc_buf (Results 1 – 1 of 1) sorted by relevance
601 UINT8 *p_assoc_buf = osi_malloc(sizeof(BD_ADDR)); in bta_gattc_co_cache_append_assoc_addr() local602 if(!p_assoc_buf) { in bta_gattc_co_cache_append_assoc_addr()605 memcpy(p_assoc_buf, assoc_addr, sizeof(BD_ADDR)); in bta_gattc_co_cache_append_assoc_addr()611 return list_append(addr_info->assoc_addr, p_assoc_buf); in bta_gattc_co_cache_append_assoc_addr()613 osi_free(p_assoc_buf); in bta_gattc_co_cache_append_assoc_addr()