Home
last modified time | relevance | path

Searched refs:bt_att_create_rsp_pdu (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Datt.c296 struct net_buf *bt_att_create_rsp_pdu(struct bt_att_chan *chan, uint8_t op);
869 pdu = bt_att_create_rsp_pdu(chan, BT_ATT_OP_MTU_RSP); in att_mtu_req()
1122 data.buf = bt_att_create_rsp_pdu(chan, BT_ATT_OP_FIND_INFO_RSP); in att_find_info_rsp()
1276 data.buf = bt_att_create_rsp_pdu(chan, BT_ATT_OP_FIND_TYPE_RSP); in att_find_type_rsp()
1526 data.buf = bt_att_create_rsp_pdu(chan, BT_ATT_OP_READ_TYPE_RSP); in att_read_type_rsp()
1678 data.buf = bt_att_create_rsp_pdu(chan, rsp); in att_read_rsp()
1751 data.buf = bt_att_create_rsp_pdu(chan, BT_ATT_OP_READ_MULT_RSP); in att_read_mult_req()
1855 data.buf = bt_att_create_rsp_pdu(chan, BT_ATT_OP_READ_MULT_VL_RSP); in att_read_mult_vl_req()
1977 data.buf = bt_att_create_rsp_pdu(chan, BT_ATT_OP_READ_GROUP_RSP); in att_read_group_rsp()
2291 data.buf = bt_att_create_rsp_pdu(chan, BT_ATT_OP_PREPARE_WRITE_RSP); in att_prep_write_rsp()
[all …]