Lines Matching refs:p_buf
42 BT_HDR* p_buf);
48 BT_HDR* p_buf);
149 BT_HDR* p_buf) { in smp_data_received() argument
151 uint8_t* p = (uint8_t*)(p_buf + 1) + p_buf->offset; in smp_data_received()
154 if (p_buf->len < 1) { in smp_data_received()
157 __func__, p_buf->len); in smp_data_received()
158 osi_free(p_buf); in smp_data_received()
169 osi_free(p_buf); in smp_data_received()
181 osi_free(p_buf); in smp_data_received()
194 p_buf->data + p_buf->offset, p_buf->len); in smp_data_received()
209 p_cb->rcvd_cmd_len = (uint8_t)p_buf->len; in smp_data_received()
215 osi_free(p_buf); in smp_data_received()
273 BT_HDR* p_buf) { in smp_br_data_received() argument
275 uint8_t* p = (uint8_t*)(p_buf + 1) + p_buf->offset; in smp_br_data_received()
279 if (p_buf->len < 1) { in smp_br_data_received()
282 __func__, p_buf->len); in smp_br_data_received()
283 osi_free(p_buf); in smp_br_data_received()
292 osi_free(p_buf); in smp_br_data_received()
304 osi_free(p_buf); in smp_br_data_received()
316 p_buf->data + p_buf->offset, p_buf->len); in smp_br_data_received()
319 p_cb->rcvd_cmd_len = (uint8_t)p_buf->len; in smp_br_data_received()
326 osi_free(p_buf); in smp_br_data_received()