l2cap_connection_rsp
l2cap_connection_rsp::RESULT_PSM_NOT_SUPPORTED, 0);
l2cap_connection_rsp::RESULT_NO_RESOURCES, 0);
l2cap_connection_rsp::RESULT_NO_RESOURCES, 0);
l2cap_connection_rsp::RESULT_SUCCESS, 0);
L2capEndpoint::_HandleConnectionRsp(uint8 ident, const l2cap_connection_rsp& response)
if (response.result == l2cap_connection_rsp::RESULT_PENDING) {
} else if (response.result != l2cap_connection_rsp::RESULT_SUCCESS) {
void _HandleConnectionRsp(uint8 ident, const l2cap_connection_rsp& response);
NetBufferPrepend<l2cap_connection_rsp> command(buffer.Get());
l2cap_connection_rsp::RESULT_PSM_NOT_SUPPORTED, 0);
NetBufferHeaderReader<l2cap_connection_rsp> command(buffer);
l2cap_connection_rsp response;