컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
btsock_interface_t 구조체 참조
#include < bt_sock.h >
|
size_t | 크기 |
|
bt_status_t (* | 청취 )( btsock_type_t 유형, const char *service_name, const uint8_t *service_uuid, int 채널, int *sock_fd, int 플래그, int callUid) |
|
bt_status_t (* | 연결 )(const bt_bdaddr_t *bd_addr, btsock_type_t 유형, const uint8_t *uuid, int 채널, int *sock_fd, int 플래그, int callUid) |
|
bt_sock.h 파일의 49번째 줄에 정의되어 있습니다.
bt_status_t (* 연결)(const bt_bdaddr_t *bd_addr, btsock_type_t 유형, const uint8_t *uuid, int 채널, int *sock_fd, int 플래그, int callUid) |
원격 장치의 RFCOMM UUID 채널에 연결하면 btsock_connect_signal과 연결 시 허용될 새 소켓 fd를 읽을 수 있는 소켓 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 callUid) |
RFCOMM UUID 또는 채널을 듣습니다. 원격 장치가 연결될 때 btsock_connect_signal을 읽을 수 있는 소켓 fd를 반환합니다. UUID와 채널이 모두 제공되지 않으면 채널이 할당되고 bt_sdp의 create_sdp_record(...)에 채널 번호를 제공하여 서비스 레코드를 생성할 수 있습니다. CallingUid는 소켓을 요청하는 애플리케이션의 UID입니다. 이는 트래픽 계산 목적으로 사용됩니다.
bt_sock.h 파일의 62번째 줄에 정의되어 있습니다.
이 구조체에 대한 문서는 다음 파일에서 생성되었습니다.
- 하드웨어 /libhardware/include/hardware/bt_sock.h
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2023-12-01(UTC)
[[["이해하기 쉬움","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"]],["최종 업데이트: 2023-12-01(UTC)"],[],[]]