Lines Matching full:response
38 * Both of these handlers attempt to allocate a new buffer for the response
41 * "insufficient resources" ATT error response. These handlers don't reuse the
42 * request mbuf for an affirmative response because the buffer contains the
357 * Allocates an mbuf to be used for an ATT response. If an mbuf cannot be
358 * allocated, the received request mbuf is reused for the error response.
369 /* Allocation failure. Reuse receive buffer for response. */ in ble_att_svr_pkt()
585 * Transmits a response or error message over the specified connection.
588 * o If rc == 0: tx an affirmative response.
589 * o Else if err_status != 0: tx an error response.
592 * In addition, if transmission of an affirmative response fails, an error is
597 * affirmative response or an error.
598 * @param txom Contains the affirmative response payload.
649 /* Reuse om for error response. */ in ble_att_svr_tx_rsp()
693 /* Just reuse the request buffer for the response. */ in ble_att_svr_build_mtu_rsp()
771 * Find Information ATT response.
778 * @param format On success, the format field of the response
863 /* Just reuse the request buffer for the response. */ in ble_att_svr_build_find_info_rsp()
868 /* Write the response base at the start of the buffer. The format field is in ble_att_svr_build_find_info_rsp()
931 /* Tx error response if start handle is greater than end handle or is equal in ble_att_svr_rx_find_info()
958 * Fills a Find-By-Type-Value-Response with single entry.
960 * @param om The response mbuf.
965 * @return 0 if the response should be sent;
1053 * field of a Find-By-Type-Value ATT response.
1088 * written to the response. in ble_att_svr_fill_type_value()
1244 /* Tx error response if start handle is greater than end handle or is equal in ble_att_svr_rx_find_type_value()
1297 /* Just reuse the request buffer for the response. */ in ble_att_svr_build_read_type_rsp()
1376 /* Fill the response base. */ in ble_att_svr_build_read_type_rsp()
1486 /* Just reuse the request buffer for the response. */ in ble_att_svr_rx_read()
1538 /* Just reuse the request buffer for the response. */ in ble_att_svr_rx_read_blob()
1594 * response is full. in ble_att_svr_build_read_mult_rsp()
1743 /* Just reuse the request buffer for the response. */ in ble_att_svr_build_read_group_type_rsp()
1748 /* Reserve space for the response base. */ in ble_att_svr_build_read_group_type_rsp()
1776 * representing the group to the response. in ble_att_svr_build_read_group_type_rsp()
1806 * group has a different length UUID, then cut the response in ble_att_svr_build_read_group_type_rsp()
1849 * response. in ble_att_svr_build_read_group_type_rsp()
1972 /* Allocate a new buffer for the response. A write response never reuses in ble_att_svr_build_write_rsp()
2023 /* Allocate the write response. This must be done prior to processing the in ble_att_svr_rx_write()
2398 /* Reuse rxom for response. On success, the response is identical to in ble_att_svr_rx_prep_write()
2456 /* Just reuse the request buffer for the response. */ in ble_att_svr_rx_exec_write()
2547 /* Allocate a new buffer for the response. An indicate response never in ble_att_svr_build_indicate_rsp()
2603 /* Allocate the indicate response. This must be done prior to processing in ble_att_svr_rx_indicate()