btsock_interface_t 구조체 참조

btsock_interface_t 구조체 참조

#include < bt_sock.h >

데이터 필드

size_t  크기
 
bt_status_t (*  listen )( btsock_type_t type, const char *service_name, const uint8_t *service_uuid, int channel, int *sock_fd, int flags, int callingUid)
 
bt_status_t (*  connect )(const bt_bdaddr_t *bd_addr, btsock_type_t type, const uint8_t *uuid, int channel, int *sock_fd, int flags, int callingUid)
 

상세 설명

bt_sock.h 파일의 49 번 라인에 정의가 있습니다.

필드 문서

bt_status_t (* connect)(const bt_bdaddr_t *bd_addr, btsock_type_t type, const uint8_t *uuid, int channel, int *sock_fd, int flags, int callingUid)

원격 기기의 RFCOMM UUID 채널에 연결합니다. 연결 시 btsock_connect_signal 및 허용될 새 소켓 fd를 읽을 수 있는 소켓 fd를 반환합니다. callingUid는 소켓을 요청하는 애플리케이션의 UID입니다. 트래픽 회계 목적으로 사용됩니다.

bt_sock.h FILE의 71 행에 정의되어 있습니다.

bt_status_t (* listen)( btsock_type_t type, const char *service_name, const uint8_t *service_uuid, int channel, int *sock_fd, int flags, int callingUid)

RFCOMM UUID 또는 채널을 수신 대기합니다. 원격 기기가 연결되었을 때 btsock_connect_signal을 읽을 수 있는 소켓 fd를 반환합니다. UUID 또는 채널이 제공되지 않으면 채널이 할당되고 bt_sdp의 create_sdp_record(...)에 채널 번호를 제공하여 서비스 레코드를 만들 수 있습니다. callingUid는 소켓을 요청하는 애플리케이션의 UID입니다. 트래픽 회계 목적으로 사용됩니다.

bt_sock.h 파일의 62 번 줄에 정의되어 있습니다.

size_t 크기

이 구조체의 크기로 설정

bt_sock.h 파일의 51 번 라인에 정의되어 있습니다.


이 구조체에 관한 문서는 다음 파일에서 생성되었습니다.