l2cap_configuration_rsp
l2cap_configuration_rsp::RESULT_REJECTED, NULL);
l2cap_configuration_rsp::RESULT_SUCCESS, NULL);
if (result == l2cap_configuration_rsp::RESULT_PENDING) {
} else if (result == l2cap_configuration_rsp::RESULT_UNACCEPTABLE_PARAMS) {
} else if (result == l2cap_configuration_rsp::RESULT_FLOW_SPEC_REJECTED) {
} else if (result != l2cap_configuration_rsp::RESULT_SUCCESS) {
if (result != l2cap_configuration_rsp::RESULT_SUCCESS) {
NetBufferPrepend<l2cap_configuration_rsp> command(buffer.Get());
l2cap_configuration_rsp::RESULT_UNKNOWN_OPTION, options.rejected);
NetBufferHeaderReader<l2cap_configuration_rsp> command(buffer);
parse_configuration_options(buffer, sizeof(l2cap_configuration_rsp), length, options);