Tài liệu tham khảo về cấu trúc bt_interface_t

Tài liệu tham khảo về cấu trúc bt_interface_t

#include < bluetooth.h >

Trường dữ liệu

size_t  size
 
int(*  init )( bt_callbacks_t *callbacks)
 
int(*  enable )(bool guest_mode)
 
int(*  tắt )(void)
 
void(*  cleanup )(void)
 
int(*  get_adapter_properties )(void)
 
int(*  get_adapter_property )( bt_property_type_t type)
 
int(*  set_adapter_property )(const bt_property_t *property)
 
int(*  get_remote_device_properties )(bt_bdaddr_t *remote_addr)
 
int(*  get_remote_device_property )(bt_bdaddr_t *remote_addr, bt_property_type_t type)
 
int(*  set_remote_device_property )(bt_bdaddr_t *remote_addr, const bt_property_t *property)
 
int(*  get_remote_service_record )(bt_bdaddr_t *remote_addr, bt_uuid_t *uuid)
 
int(*  get_remote_services )(bt_bdaddr_t *remote_addr)
 
int(*  start_discovery (void)
 
int(*  cancel_discovery )(void)
 
int(*  create_bond )(const bt_bdaddr_t *bd_addr, int transport)
 
int(*  create_bond_out_of_band )(const bt_bdaddr_t *bd_addr, int transport, const bt_out_of_band_data_t *oob_data)
 
int(*  remove_bond )(const bt_bdaddr_t *bd_addr)
 
int(*  cancel_bond )(const bt_bdaddr_t *bd_addr)
 
int(*  get_connection_state )(const bt_bdaddr_t *bd_addr)
 
int(*  pin_reply )(const bt_bdaddr_t *bd_addr, uint8_t accept, uint8_t pin_len, bt_pin_code_t *pin_code)
 
int(*  ssp_reply )(const bt_bdaddr_t *bd_addr, bt_ssp_variant_t variant, uint8_t accept, uint32_t passkey)
 
const void *(*  get_profile_interface )(const char *profile_id)
 
int(*  dut_mode_configure )(uint8_t enable )
 
int(*  dut_mode_send )(uint16_t opcode, uint8_t *buf, uint8_t len)
 
int(*  le_test_mode )(uint16_t opcode, uint8_t *buf, uint8_t len)
 
int(*  config_hci_snoop_log )(uint8_t enable )
 
int(*  set_os_callouts )( bt_os_callouts_t *callouts)
 
int(*  read_energy_info )()
 
void(*  dump (int fd, const char **arguments)
 
int(*  config_clear )(void)
 
void(*  interop_database_clear )(void)
 
void(*  interop_database_add )(uint16_t feature, const bt_bdaddr_t *addr, size_t len)
 

Nội dung mô tả chi tiết

LƯU Ý: Theo mặc định, không có hồ sơ nào được khởi tạo tại thời điểm khởi tạo/bật. Bất cứ khi nào ứng dụng gọi API "init" của một hồ sơ, một trong những điều sau đây sẽ xảy ra:

1.) Nếu Bluetooth không được bật, thì lõi Bluetooth sẽ đánh dấu hồ sơ là đã bật. Sau đó, khi ứng dụng gọi lệnh "bật" Bluetooth, trong trình tự bật, hồ sơ đã được đánh dấu sẽ được bật bằng cách gọi các API ngăn xếp thích hợp. "adapter_properties_cb" sẽ trả về danh sách UUID của các hồ sơ đã bật.

2.) Nếu Bluetooth được bật, thì lõi Bluetooth sẽ gọi API hồ sơ ngăn xếp để khởi chạy hồ sơ và kích hoạt "adapter_properties_cb" bằng danh sách UUID hiện tại, bao gồm cả UUID của hồ sơ mới thêm.

Quá trình đảo ngược sẽ xảy ra bất cứ khi nào các API "dọn dẹp" hồ sơ được gọi. Đại diện cho giao diện DM Bluetooth chuẩn.

Định nghĩa tại dòng 456 của tệp bluetooth.h .

Tài liệu về trường

int(* cancel_bond)(const bt_bdaddr_t *bd_addr)

Huỷ khoản tiền bảo lãnh

Định nghĩa tại dòng 521 của tệp bluetooth.h .

int(* cancel_discovery)(void)

Huỷ tính năng Khám phá

Định nghĩa tại dòng 508 của tệp bluetooth.h .

void(* cleanup)(void)

Đóng giao diện.

Định nghĩa tại dòng 472 của tệp bluetooth.h .

int(* config_clear)(void)

Xoá /data/misc/bt_config.conf và xoá tất cả các kết nối đã lưu trữ

Định nghĩa tại dòng 580 của tệp bluetooth.h .

int(* config_hci_snoop_log)(uint8_t enable )

Định nghĩa tại dòng 557 của tệp bluetooth.h .

int(* create_bond)(const bt_bdaddr_t *bd_addr, int transport)

Tạo liên kết Bluetooth

Định nghĩa tại dòng 511 của tệp bluetooth.h .

int(* create_bond_out_of_band)(const bt_bdaddr_t *bd_addr, int transport, const bt_out_of_band_data_t *oob_data)

Tạo liên kết Bluetooth bằng dữ liệu ngoài băng tần

Định nghĩa tại dòng 514 của tệp bluetooth.h .

int(* disable)(void)

Tắt Bluetooth.

Định nghĩa tại dòng 469 của tệp bluetooth.h .

void(* dump)(int fd, const char **arguments)

Hỗ trợ gốc cho hàm dumpsys Hàm này là đồng bộ và |fd| thuộc quyền sở hữu của phương thức gọi. |arguments| là các đối số có thể ảnh hưởng đến kết quả, được mã hoá dưới dạng chuỗi UTF-8.

Định nghĩa tại dòng 575 của tệp bluetooth.h .

int(* dut_mode_configure)(uint8_t enable )

Bluetooth Test Mode API (API Chế độ kiểm thử Bluetooth) – Bạn phải bật Bluetooth cho các API này

Định nghĩa tại dòng 548 của tệp bluetooth.h .

int(* dut_mode_send)(uint16_t opcode, uint8_t *buf, uint8_t len)

Định nghĩa tại dòng 551 của tệp bluetooth.h .

int(* enable)(bool guest_mode)

Bật Bluetooth.

Định nghĩa tại dòng 466 của tệp bluetooth.h .

int(* get_adapter_properties)(void)

Lấy tất cả thuộc tính Bộ chuyển đổi Bluetooth khi khởi tạo

Định nghĩa tại dòng 475 của tệp bluetooth.h .

int(* get_adapter_property)( bt_property_type_t type)

Lấy thuộc tính Bộ chuyển đổi Bluetooth của "type"

Định nghĩa tại dòng 478 của tệp bluetooth.h .

int(* get_connection_state)(const bt_bdaddr_t *bd_addr)

Lấy trạng thái kết nối cho một thiết bị từ xa nhất định. Giá trị trả về là 0 có nghĩa là thiết bị không được kết nối, trạng thái trả về khác 0 cho biết có kết nối đang hoạt động.

Định nghĩa tại dòng 528 của tệp bluetooth.h .

const void*(* get_profile_interface)(const char *profile_id)

Nhận giao diện hồ sơ Bluetooth

Định nghĩa tại dòng 544 của tệp bluetooth.h .

int(* get_remote_device_properties)(bt_bdaddr_t *remote_addr)

Lấy tất cả thuộc tính Thiết bị từ xa

Định nghĩa tại dòng 487 của tệp bluetooth.h .

int(* get_remote_device_property)(bt_bdaddr_t *remote_addr, bt_property_type_t type)

Lấy thuộc tính Thiết bị từ xa của "loại"

Định nghĩa tại dòng 490 của tệp bluetooth.h .

int(* get_remote_service_record)(bt_bdaddr_t *remote_addr, bt_uuid_t *uuid)

Lấy bản ghi dịch vụ của Thiết bị từ xa cho UUID đã cho

Định nghĩa tại dòng 498 của tệp bluetooth.h .

int(* get_remote_services)(bt_bdaddr_t *remote_addr)

Khởi động SDP để nhận các dịch vụ từ xa

Định nghĩa tại dòng 502 của tệp bluetooth.h .

int(* init)( bt_callbacks_t *callbacks)

Mở giao diện và cung cấp các quy trình gọi lại để triển khai giao diện này.

Định nghĩa tại dòng 463 của tệp bluetooth.h .

void(* interop_database_add)(uint16_t feature, const bt_bdaddr_t *addr, size_t len)

Thêm một giải pháp khả năng tương tác mới của thiết bị cho một thiết bị từ xa có |len| byte đầu tiên của địa chỉ thiết bị khớp với |addr|. LƯU Ý: |feature| phải khớp với một mục được xác định trong interop_feature_t (interop.h).

Định nghĩa tại dòng 592 của tệp bluetooth.h .

void(* interop_database_clear)(void)

Xoá (đặt lại) phần động của cơ sở dữ liệu về khả năng tương tác của thiết bị.

Định nghĩa tại dòng 585 của tệp bluetooth.h .

int(* le_test_mode)(uint16_t opcode, uint8_t *buf, uint8_t len)

API Chế độ kiểm thử BLE

Định nghĩa tại dòng 554 của tệp bluetooth.h .

int(* pin_reply)(const bt_bdaddr_t *bd_addr, uint8_t accept, uint8_t pin_len, bt_pin_code_t *pin_code)

Phản hồi PinKey cũ của BT Nếu accept==FALSE, thì pin_len và pin_code sẽ là 0x0

Định nghĩa tại dòng 532 của tệp bluetooth.h .

int(* read_energy_info)()

Đọc thông tin chi tiết về năng lượng – giá trị trả về cho biết BT_STATUS_SUCCESS hoặc BT_STATUS_NOT_READY Thành công cho biết lệnh VSC đã được gửi đến bộ điều khiển

Định nghĩa tại dòng 567 của tệp bluetooth.h .

int(* remove_bond)(const bt_bdaddr_t *bd_addr)

Xoá liên kết

Định nghĩa tại dòng 518 của tệp bluetooth.h .

int(* set_adapter_property)(const bt_property_t *property)

Đặt thuộc tính Bộ chuyển đổi Bluetooth thành "type"

Định nghĩa tại dòng 484 của tệp bluetooth.h .

int(* set_os_callouts)( bt_os_callouts_t *callouts)

Đặt các hàm gọi hệ điều hành mà bluedroid cần cho chuông báo và khoá chế độ thức. Bạn nên gọi phương thức này ngay sau khi |init| thành công.

Định nghĩa tại dòng 562 của tệp bluetooth.h .

int(* set_remote_device_property)(bt_bdaddr_t *remote_addr, const bt_property_t *property)

Đặt thuộc tính Thiết bị từ xa của "type"

Định nghĩa tại dòng 494 của tệp bluetooth.h .

size_t size

đặt thành sizeof(bt_interface_t)

Định nghĩa tại dòng 458 của tệp bluetooth.h .

int(* ssp_reply)(const bt_bdaddr_t *bd_addr, bt_ssp_variant_t variant, uint8_t accept, uint32_t passkey)

Phản hồi BT SSP – Chỉ cần hoạt động, So sánh số và khoá truy cập sẽ bằng 0 đối với BT_SSP_VARIANT_PASSKEY_COMPARISON & BT_SSP_VARIANT_CONSENT Đối với BT_SSP_VARIANT_PASSKEY_ENTRY, nếu accept==FALSE, thì khoá truy cập sẽ bằng 0

Định nghĩa tại dòng 540 của tệp bluetooth.h .

int(* start_discovery)(void)

Bắt đầu khám phá

Định nghĩa tại dòng 505 của tệp bluetooth.h .


Tài liệu cho cấu trúc này được tạo từ tệp sau: