Searched refs:bt_att_chan_create_pdu (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | att.c | 713 static struct net_buf *bt_att_chan_create_pdu(struct bt_att_chan *chan, uint8_t op, size_t len) in bt_att_chan_create_pdu() function 831 buf = bt_att_chan_create_pdu(chan, BT_ATT_OP_ERROR_RSP, sizeof(*rsp)); in send_err_rsp() 2142 data.buf = bt_att_chan_create_pdu(chan, rsp, 0); in att_write_rsp() 2744 buf = bt_att_chan_create_pdu(chan, BT_ATT_OP_CONFIRM, 0); in att_indicate() 3071 return bt_att_chan_create_pdu(chan, op, len); in bt_att_create_pdu() 3279 buf = bt_att_chan_create_pdu(att_chan, req->att_op, req->len); in att_req_retry()
|