使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
btsock_interface_t 结构参考
#include < bt_sock.h >
|
尺寸_t | 尺寸 |
|
bt_状态_t (* | 监听)( btsock_type_t类型,const char *service_name,const uint8_t *service_uuid,int 通道,int *sock_fd,int 标志,int CallingUid) |
|
bt_状态_t (* | 连接)(const bt_bdaddr_t *bd_addr、 btsock_type_t类型、const uint8_t *uuid、int 通道、int *sock_fd、int 标志、int CallingUid) |
|
bt_status_t (* connect)(const bt_bdaddr_t *bd_addr、 btsock_type_t类型、const uint8_t *uuid、int 通道、int *sock_fd、int 标志、int CallingUid) |
连接到远程设备的 RFCOMM UUID 通道,它返回套接字 fd,连接时可以从中读取 btsock_connect_signal 和要接受的新套接字 fd。 CallingUid 是请求套接字的应用程序的 UID。这用于流量统计目的。
定义位于文件bt_sock.h第71行。
bt_status_t (* 监听)( btsock_type_t类型,const char *service_name,const uint8_t *service_uuid,int 通道,int *sock_fd,int 标志,int CallingUid) |
监听 RFCOMM UUID 或通道。它返回套接字 fd,当远程设备连接时可以从中读取 btsock_connect_signal。如果既没有提供 UUID 也没有提供通道,则将分配通道并创建服务记录,并将通道号提供给 bt_sdp 中的 create_sdp_record(...)。 CallingUid 是请求套接字的应用程序的 UID。这用于流量统计目的。
定义位于文件bt_sock.h第62行。
该结构的文档是从以下文件生成的:
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2023-12-01。"],[],[]]