Searched refs:send_err_rsp (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | att.c | 820 static void send_err_rsp(struct bt_att_chan *chan, uint8_t req, uint16_t handle, in send_err_rsp() function 1133 send_err_rsp(chan, BT_ATT_OP_FIND_INFO_REQ, start_handle, in att_find_info_rsp() 1156 send_err_rsp(chan, BT_ATT_OP_FIND_INFO_REQ, err_handle, in att_find_info_req() 1295 send_err_rsp(chan, BT_ATT_OP_FIND_TYPE_REQ, start_handle, in att_find_type_rsp() 1321 send_err_rsp(chan, BT_ATT_OP_FIND_TYPE_REQ, err_handle, in att_find_type_req() 1332 send_err_rsp(chan, BT_ATT_OP_FIND_TYPE_REQ, start_handle, in att_find_type_req() 1544 send_err_rsp(chan, BT_ATT_OP_READ_TYPE_REQ, start_handle, in att_read_type_rsp() 1582 send_err_rsp(chan, BT_ATT_OP_READ_TYPE_REQ, err_handle, in att_read_type_req() 1695 send_err_rsp(chan, op, handle, data.err); in att_read_rsp() 1778 send_err_rsp(chan, BT_ATT_OP_READ_MULT_REQ, handle, in att_read_mult_req() [all …]
|
| /Zephyr-latest/subsys/bluetooth/host/classic/ |
| D | sdp.c | 250 static void send_err_rsp(struct bt_l2cap_chan *chan, uint16_t err, in send_err_rsp() function 1392 send_err_rsp(chan, err, sys_be16_to_cpu(hdr->tid)); in bt_sdp_recv()
|