Lines Matching refs:p_buf
41 BT_HDR* p_buf);
47 BT_HDR* p_buf);
135 BT_HDR* p_buf) { in smp_data_received() argument
137 uint8_t* p = (uint8_t*)(p_buf + 1) + p_buf->offset; in smp_data_received()
140 if (p_buf->len < 1) { in smp_data_received()
143 __func__, p_buf->len); in smp_data_received()
144 osi_free(p_buf); in smp_data_received()
155 osi_free(p_buf); in smp_data_received()
167 osi_free(p_buf); in smp_data_received()
180 p_buf->data + p_buf->offset, p_buf->len); in smp_data_received()
195 p_cb->rcvd_cmd_len = (uint8_t)p_buf->len; in smp_data_received()
201 osi_free(p_buf); in smp_data_received()
286 BT_HDR* p_buf) { in smp_br_data_received() argument
288 uint8_t* p = (uint8_t*)(p_buf + 1) + p_buf->offset; in smp_br_data_received()
292 if (p_buf->len < 1) { in smp_br_data_received()
295 __func__, p_buf->len); in smp_br_data_received()
296 osi_free(p_buf); in smp_br_data_received()
305 osi_free(p_buf); in smp_br_data_received()
317 osi_free(p_buf); in smp_br_data_received()
329 p_buf->data + p_buf->offset, p_buf->len); in smp_br_data_received()
332 p_cb->rcvd_cmd_len = (uint8_t)p_buf->len; in smp_br_data_received()
338 osi_free(p_buf); in smp_br_data_received()