Searched refs:bt_att_create_rsp_pdu (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 294 struct net_buf *bt_att_create_rsp_pdu(struct bt_att_chan *chan, uint8_t op); 834 pdu = bt_att_create_rsp_pdu(chan, BT_ATT_OP_MTU_RSP); in att_mtu_req() 1086 data.buf = bt_att_create_rsp_pdu(chan, BT_ATT_OP_FIND_INFO_RSP); in att_find_info_rsp() 1240 data.buf = bt_att_create_rsp_pdu(chan, BT_ATT_OP_FIND_TYPE_RSP); in att_find_type_rsp() 1490 data.buf = bt_att_create_rsp_pdu(chan, BT_ATT_OP_READ_TYPE_RSP); in att_read_type_rsp() 1642 data.buf = bt_att_create_rsp_pdu(chan, rsp); in att_read_rsp() 1715 data.buf = bt_att_create_rsp_pdu(chan, BT_ATT_OP_READ_MULT_RSP); in att_read_mult_req() 1819 data.buf = bt_att_create_rsp_pdu(chan, BT_ATT_OP_READ_MULT_VL_RSP); in att_read_mult_vl_req() 1941 data.buf = bt_att_create_rsp_pdu(chan, BT_ATT_OP_READ_GROUP_RSP); in att_read_group_rsp() 2255 data.buf = bt_att_create_rsp_pdu(chan, BT_ATT_OP_PREPARE_WRITE_RSP); in att_prep_write_rsp() [all …]
|