Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Datt.c785 static void send_err_rsp(struct bt_att_chan *chan, uint8_t req, uint16_t handle, in send_err_rsp() function
1097 send_err_rsp(chan, BT_ATT_OP_FIND_INFO_REQ, start_handle, in att_find_info_rsp()
1120 send_err_rsp(chan, BT_ATT_OP_FIND_INFO_REQ, err_handle, in att_find_info_req()
1259 send_err_rsp(chan, BT_ATT_OP_FIND_TYPE_REQ, start_handle, in att_find_type_rsp()
1285 send_err_rsp(chan, BT_ATT_OP_FIND_TYPE_REQ, err_handle, in att_find_type_req()
1296 send_err_rsp(chan, BT_ATT_OP_FIND_TYPE_REQ, start_handle, in att_find_type_req()
1508 send_err_rsp(chan, BT_ATT_OP_READ_TYPE_REQ, start_handle, in att_read_type_rsp()
1546 send_err_rsp(chan, BT_ATT_OP_READ_TYPE_REQ, err_handle, in att_read_type_req()
1659 send_err_rsp(chan, op, handle, data.err); in att_read_rsp()
1742 send_err_rsp(chan, BT_ATT_OP_READ_MULT_REQ, handle, in att_read_mult_req()
[all …]
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c246 static void send_err_rsp(struct bt_l2cap_chan *chan, uint16_t err, in send_err_rsp() function
1387 send_err_rsp(chan, err, sys_be16_to_cpu(hdr->tid)); in bt_sdp_recv()