Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Datt.c1146 uint16_t start_handle, end_handle, err_handle; in att_find_info_req() local
1155 if (!range_is_valid(start_handle, end_handle, &err_handle)) { in att_find_info_req()
1156 send_err_rsp(chan, BT_ATT_OP_FIND_INFO_REQ, err_handle, in att_find_info_req()
1308 uint16_t start_handle, end_handle, err_handle, type; in att_find_type_req() local
1320 if (!range_is_valid(start_handle, end_handle, &err_handle)) { in att_find_type_req()
1321 send_err_rsp(chan, BT_ATT_OP_FIND_TYPE_REQ, err_handle, in att_find_type_req()
1557 uint16_t start_handle, end_handle, err_handle; in att_read_type_req() local
1581 if (!range_is_valid(start_handle, end_handle, &err_handle)) { in att_read_type_req()
1582 send_err_rsp(chan, BT_ATT_OP_READ_TYPE_REQ, err_handle, in att_read_type_req()
2006 uint16_t start_handle, end_handle, err_handle; in att_read_group_req() local
[all …]