Lines Matching full:reassembly
43 /** @brief Allocates new reassembly buffer identified by the connection handle
46 * @return struct net_buf* Reassembly buffer, NULL if allocation fails
53 LOG_ERR("Failed to allocate new reassembly buffer"); in alloc_reassembly_buf()
63 LOG_DBG("Allocated new reassembly buffer for conn handle %d", conn_handle); in alloc_reassembly_buf()
67 /** @brief Frees a reassembly buffer
71 * @param buf Double pointer to reassembly buffer
76 LOG_ERR("NULL double pointer was passed when attempting to free reassembly buffer"); in free_reassembly_buf()
81 LOG_WRN("Attempted double free on reassembly buffer"); in free_reassembly_buf()
88 LOG_DBG("De-allocating reassembly buffer for conn handle %d", buf_meta_data->conn_handle); in free_reassembly_buf()
97 /** @brief Gets the reassembly buffer identified by the connection handle
100 * @param allocate Allocates a new reassembly buffer if it's not allocated already
101 * @return struct net_buf* Reassembly buffer, NULL if it doesn't exist or failed when allocating new
120 /** @brief Adds step data to a reassembly buffer
122 * @param reassembly_buf Reassembly buffer
131 LOG_ERR("Not enough reassembly buffer space for subevent result"); in add_reassembly_data()
139 /** @brief Initializes a reassembly buffer from partial step data
142 * to ensure any dangling reassembly buffer is freed
147 * @return struct net_buf* Pointer to reassembly buffer, NULL if fails to allocate or insert data
155 LOG_ERR("No buffer allocated for the result reassembly"); in start_reassembly()
170 /** @brief Adds more step data to reassembly buffer identified by the connection handle
175 * @return struct net_buf* Pointer to reassembly buffer, NULL if fails to insert data
183 LOG_ERR("No reassembly buffer was allocated for this CS procedure, possibly due to " in continue_reassembly()
203 * @brief Disconnect callback to clear any dangling reassembly buffer
235 /** @brief Resets reassembly results
679 /* We can now clear the any reassembly buffer allocated for this procedure, in bt_hci_le_cs_subevent_result()
1248 LOG_WRN("De-allocating a dangling reassembly buffer"); in bt_hci_le_cs_procedure_enable_complete()
1301 LOG_WRN("De-allocating a dangling reassembly buffer"); in bt_hci_le_cs_test_end_complete()