Searched refs:bt_att_chan_create_pdu (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 689 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 796 buf = bt_att_chan_create_pdu(chan, BT_ATT_OP_ERROR_RSP, sizeof(*rsp)); in send_err_rsp() 2106 data.buf = bt_att_chan_create_pdu(chan, rsp, 0); in att_write_rsp() 2708 buf = bt_att_chan_create_pdu(chan, BT_ATT_OP_CONFIRM, 0); in att_indicate() 3035 return bt_att_chan_create_pdu(chan, op, len); in bt_att_create_pdu() 3249 buf = bt_att_chan_create_pdu(att_chan, req->att_op, req->len); in att_req_retry()
|