การอ้างอิงโครงสร้าง bt_interface_t

การอ้างอิงโครงสร้าง bt_interface_t

#include < bluetooth.h >

ฟิลด์ข้อมูล

size_t  size
 
int(*  init )( bt_callbacks_t *callbacks)
 
int(*  enable )(bool guest_mode)
 
int(*  disable )(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)
 

คำอธิบายโดยละเอียด

หมายเหตุ: โดยค่าเริ่มต้น ระบบจะไม่เริ่มต้นโปรไฟล์เมื่อเริ่มต้น/เปิดใช้ เมื่อใดก็ตามที่แอปพลิเคชันเรียกใช้ API "init" ของโปรไฟล์ เหตุการณ์อย่างใดอย่างหนึ่งต่อไปนี้จะเกิดขึ้น

1.) หากไม่ได้เปิดใช้บลูทูธ แกนหลักของบลูทูธจะทำเครื่องหมายโปรไฟล์ว่าเปิดใช้ จากนั้น เมื่อแอปพลิเคชันเรียกใช้ "เปิดใช้" บลูทูธ โปรไฟล์ที่มีการทำเครื่องหมายไว้จะเปิดใช้งานโดยเรียกใช้ API สแต็กที่เหมาะสม ซึ่งเป็นส่วนหนึ่งของลําดับการเปิดใช้งาน "adapter_properties_cb" จะแสดงรายการ UUID ของโปรไฟล์ที่เปิดใช้

2.) หากเปิดใช้บลูทูธ แกนหลักของบลูทูธจะเรียกใช้ API โปรไฟล์สแต็กเพื่อเริ่มต้นโปรไฟล์และทริกเกอร์ "adapter_properties_cb" ด้วยรายการ UUID ปัจจุบัน ซึ่งรวมถึง UUID ของโปรไฟล์ที่เพิ่มใหม่

การดำเนินการย้อนกลับจะเกิดขึ้นทุกครั้งที่มีการเรียกใช้ API "ล้างข้อมูล" ของโปรไฟล์ แสดงถึงอินเทอร์เฟซ DM มาตรฐานของบลูทูธ

คําจํากัดความที่บรรทัด 456 ของไฟล์ bluetooth.h .

เอกสารประกอบในสนาม

int(* cancel_bond)(const bt_bdaddr_t *bd_addr)

ยกเลิกการผูกมัด

คําจํากัดความที่บรรทัด 521 ของไฟล์ bluetooth.h .

int(* cancel_discovery)(void)

ยกเลิก Discovery

คําจํากัดความที่บรรทัด 508 ของไฟล์ bluetooth.h .

void(* cleanup)(void)

ปิดอินเทอร์เฟซ

คําจํากัดความที่บรรทัด 472 ของไฟล์ bluetooth.h .

int(* config_clear)(void)

ล้าง /data/misc/bt_config.conf และลบการเชื่อมต่อที่เก็บไว้ทั้งหมด

คําจํากัดความที่บรรทัด 580 ของไฟล์ bluetooth.h .

int(* config_hci_snoop_log)(uint8_t enable )

คําจํากัดความที่บรรทัด 557 ของไฟล์ bluetooth.h .

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

สร้างการจับคู่บลูทูธ

คําจํากัดความที่บรรทัด 511 ของไฟล์ 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)

สร้างการเชื่อมโยงบลูทูธโดยใช้ข้อมูลนอกย่านความถี่

คําจํากัดความที่บรรทัด 514 ของไฟล์ bluetooth.h .

int(* disable)(void)

ปิดใช้บลูทูธ

คําจํากัดความที่บรรทัด 469 ของไฟล์ bluetooth.h .

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

การรองรับฟังก์ชัน dumpsys แบบเนทีฟเป็นแบบซิงค์และ |fd| เป็นของตัวแฮนเดิล |arguments| คืออาร์กิวเมนต์ที่อาจส่งผลต่อเอาต์พุต ซึ่งเข้ารหัสเป็นสตริง UTF-8

คําจํากัดความที่บรรทัด 575 ของไฟล์ bluetooth.h .

int(* dut_mode_configure)(uint8_t enable )

Bluetooth Test Mode API - ต้องเปิดใช้บลูทูธสําหรับ API เหล่านี้

คําจํากัดความที่บรรทัด 548 ของไฟล์ bluetooth.h .

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

คําจํากัดความที่บรรทัด 551 ของไฟล์ bluetooth.h .

int(* enable)(bool guest_mode)

เปิดใช้บลูทูธ

คําจํากัดความที่บรรทัด 466 ของไฟล์ bluetooth.h .

int(* get_adapter_properties)(void)

รับพร็อพเพอร์ตี้อะแดปเตอร์บลูทูธทั้งหมดเมื่อเริ่มต้น

คําจํากัดความที่บรรทัด 475 ของไฟล์ bluetooth.h .

int(* get_adapter_property)( bt_property_type_t type)

รับพร็อพเพอร์ตี้อะแดปเตอร์บลูทูธของ "type"

คําจํากัดความที่บรรทัด 478 ของไฟล์ bluetooth.h .

int(* get_connection_state)(const bt_bdaddr_t *bd_addr)

รับสถานะการเชื่อมต่อของอุปกรณ์ระยะไกลหนึ่งๆ ค่าที่แสดงผลเป็น 0 หมายความว่าอุปกรณ์ไม่ได้เชื่อมต่ออยู่ ส่วนค่าที่แสดงผลที่ไม่ใช่ 0 บ่งบอกว่ามีการเชื่อมต่ออยู่

คําจํากัดความที่บรรทัด 528 ของไฟล์ bluetooth.h .

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

รับอินเทอร์เฟซโปรไฟล์บลูทูธ

คําจํากัดความที่บรรทัด 544 ของไฟล์ bluetooth.h .

int(* get_remote_device_properties)(bt_bdaddr_t *remote_addr)

รับพร็อพเพอร์ตี้อุปกรณ์ระยะไกลทั้งหมด

คําจํากัดความที่บรรทัด 487 ของไฟล์ bluetooth.h .

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

รับพร็อพเพอร์ตี้อุปกรณ์ระยะไกลของ "type"

คําจํากัดความที่บรรทัด 490 ของไฟล์ bluetooth.h .

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

รับระเบียนบริการของอุปกรณ์ระยะไกลสําหรับ UUID ที่ระบุ

คําจํากัดความที่บรรทัด 498 ของไฟล์ bluetooth.h .

int(* get_remote_services)(bt_bdaddr_t *remote_addr)

เริ่ม SDP เพื่อรับบริการระยะไกล

คําจํากัดความที่บรรทัด 502 ของไฟล์ bluetooth.h .

int(* init)( bt_callbacks_t *callbacks)

เปิดอินเทอร์เฟซและระบุรูทีนการเรียกกลับเพื่อใช้งานอินเทอร์เฟซนี้

คําจํากัดความที่บรรทัด 463 ของไฟล์ bluetooth.h .

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

เพิ่มวิธีแก้ปัญหาการทำงานร่วมกันของอุปกรณ์แบบใหม่สำหรับอุปกรณ์ระยะไกลที่มีไบต์ |len| แรกของที่อยู่อุปกรณ์ตรงกับ |addr| หมายเหตุ: |feature| ต้องตรงกับรายการที่กําหนดไว้ใน interop_feature_t (interop.h)

คําจํากัดความที่บรรทัด 592 ของไฟล์ bluetooth.h .

void(* interop_database_clear)(void)

ล้าง (รีเซ็ต) ข้อมูลแบบไดนามิกของฐานข้อมูลการทำงานร่วมกันของอุปกรณ์

คําจํากัดความที่บรรทัด 585 ของไฟล์ bluetooth.h .

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

BLE Test Mode API

คําจํากัดความที่บรรทัด 554 ของไฟล์ bluetooth.h .

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

การตอบกลับ PinKey รุ่นเดิมของ BT หาก accept==FALSE แสดงว่า pin_len และ pin_code จะเป็น 0x0

คําจํากัดความที่บรรทัด 532 ของไฟล์ bluetooth.h .

int(* read_energy_info)()

อ่านรายละเอียดข้อมูลพลังงาน - ค่าที่แสดงผลจะระบุ BT_STATUS_SUCCESS หรือ BT_STATUS_NOT_READY "สำเร็จ" หมายความว่าระบบส่งคำสั่ง VSC ไปยังตัวควบคุมแล้ว

คําจํากัดความที่บรรทัด 567 ของไฟล์ bluetooth.h .

int(* remove_bond)(const bt_bdaddr_t *bd_addr)

นำพันธบัตรออก

คําจํากัดความที่บรรทัด 518 ของไฟล์ bluetooth.h .

int(* set_adapter_property)(const bt_property_t *property)

ตั้งค่าพร็อพเพอร์ตี้ "type" ของอะแดปเตอร์บลูทูธ

คําจํากัดความที่บรรทัด 484 ของไฟล์ bluetooth.h .

int(* set_os_callouts)( bt_os_callouts_t *callouts)

ตั้งค่าฟังก์ชันการเรียกใช้ระบบปฏิบัติการที่ Bluedroid ต้องการสำหรับสัญญาณเตือนและ Wake Lock เรียกใช้ทันทีหลังจาก |init| เสร็จสมบูรณ์

คําจํากัดความที่บรรทัด 562 ของไฟล์ bluetooth.h .

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

ตั้งค่าพร็อพเพอร์ตี้อุปกรณ์ระยะไกลของ "type"

คําจํากัดความที่บรรทัด 494 ของไฟล์ bluetooth.h .

size_t size

ตั้งค่าเป็น sizeof(bt_interface_t)

คําจํากัดความที่บรรทัด 458 ของไฟล์ bluetooth.h .

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

การตอบกลับ BT SSP - Just Works, การเปรียบเทียบตัวเลข และพาสคีย์ พาสคีย์จะเป็น 0 สำหรับ BT_SSP_VARIANT_PASSKEY_COMPARISON และ BT_SSP_VARIANT_CONSENT สำหรับ BT_SSP_VARIANT_PASSKEY_ENTRY หาก accept==FALSE พาสคีย์จะเป็น 0

คําจํากัดความที่บรรทัด 540 ของไฟล์ bluetooth.h .

int(* start_discovery)(void)

เริ่ม Discovery

คําจํากัดความที่บรรทัด 505 ของไฟล์ bluetooth.h .


เอกสารประกอบสำหรับโครงสร้างนี้สร้างขึ้นจากไฟล์ต่อไปนี้