struct_c_l___l2_c_a_p___c_o_n_n_e_c_t___i_n_d___t.html

来自「BlueLab3 bluetooth API 说明文档」· HTML 代码 · 共 97 行

HTML
97
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>BlueLab: CL_L2CAP_CONNECT_IND_T Struct Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.8 --><div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div><h1>CL_L2CAP_CONNECT_IND_T Struct Reference</h1>This message informs the client task of an incoming L2CAP connection.  <a href="#_details">More...</a><p><h2>Data Fields</h2><ul><li><a class="el" href="structbdaddr.html">bdaddr</a> <a class="el" href="struct_c_l___l2_c_a_p___c_o_n_n_e_c_t___i_n_d___t.html#o0">bd_addr</a><li><a class="el" href="csrtypes_8h.html#a4">uint16</a> <a class="el" href="struct_c_l___l2_c_a_p___c_o_n_n_e_c_t___i_n_d___t.html#o1">psm</a><li><a class="el" href="csrtypes_8h.html#a4">uint16</a> <a class="el" href="struct_c_l___l2_c_a_p___c_o_n_n_e_c_t___i_n_d___t.html#o2">connection_id</a></ul><hr><a name="_details"></a><h2>Detailed Description</h2>This message informs the client task of an incoming L2CAP connection. <p>This message is used to notify the client task that a remote device is attempting to create an L2CAP connection to this device. The client task that registered the PSM being connected to will be sent this message. This message should not be ignored, the client must respond even if it wishes to reject the connection attempt. <p><hr><h2>Field Documentation</h2><a class="anchor" name="o0" doxytag="CL_L2CAP_CONNECT_IND_T::bd_addr" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> <a class="el" href="structbdaddr.html">bdaddr</a> <a class="el" href="struct_c_l___l2_c_a_p___c_o_n_n_e_c_t___i_n_d___t.html#o0">CL_L2CAP_CONNECT_IND_T::bd_addr</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Bluetooth address of the remote device that initiated the connection.     </td>  </tr></table><a class="anchor" name="o1" doxytag="CL_L2CAP_CONNECT_IND_T::psm" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> <a class="el" href="csrtypes_8h.html#a4">uint16</a> <a class="el" href="struct_c_l___l2_c_a_p___c_o_n_n_e_c_t___i_n_d___t.html#o1">CL_L2CAP_CONNECT_IND_T::psm</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Local PSM that the remote device is attempting to connect to.     </td>  </tr></table><a class="anchor" name="o2" doxytag="CL_L2CAP_CONNECT_IND_T::connection_id" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> <a class="el" href="csrtypes_8h.html#a4">uint16</a> <a class="el" href="struct_c_l___l2_c_a_p___c_o_n_n_e_c_t___i_n_d___t.html#o2">CL_L2CAP_CONNECT_IND_T::connection_id</a>          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>Unique identifier for the connection attempt, should be copied directly into the response function.     </td>  </tr></table><hr>The documentation for this struct was generated from the following file:<ul><li><a class="el" href="connection_8h.html">connection.h</a></ul></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?