הפנייה ל-Struct של bt_interface_t

הפנייה ל-Struct של 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.) אם Bluetooth לא מופעל, הליבה של Bluetooth תסמן את הפרופיל כמופעל. לאחר מכן, כשהאפליקציה מפעילה את הפקודה 'הפעלה' של Bluetooth, כחלק מרצף ההפעלה, הפרופיל שסומן יופעל באמצעות קריאה לממשקי ה-API המתאימים של מקבץ. הפונקציה adapter_properties_cb תחזיר את רשימת מזהי ה-UUID של הפרופילים המופעלים.

2.) אם Bluetooth מופעל, הליבה של Bluetooth תקרא ל-API של פרופיל הערימה כדי לאתחל את הפרופיל ולהפעיל את 'adapter_properties_cb' עם הרשימה הנוכחית של מזהי UUID, כולל UUID של הפרופיל שנוסף לאחרונה.

התהליך ההפוך יתבצע בכל פעם שמפעילים את ממשקי ה-API של 'ניקוי' הפרופיל. הוא מייצג את ממשק ה-DM הסטנדרטי של Bluetooth.

ההגדרה מופיעה בשורה 456 בקובץ bluetooth.h .

מסמכי תיעוד של שדה

int(* cancel_bond)(const bt_bdaddr_t *bd_addr)

ביטול ההתחייבות

ההגדרה מופיעה בשורה 521 בקובץ bluetooth.h .

int(* cancel_discovery)(void)

ביטול החיפוש והבדיקה

ההגדרה מופיעה בשורה 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)

יצירת קישור Bluetooth

ההגדרה מופיעה בשורה 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)

יצירת קישור Bluetooth באמצעות נתונים מחוץ לפס

ההגדרה מופיעה בשורה 514 בקובץ bluetooth.h .

int(* disable)(void)

משביתים את ה-Bluetooth.

ההגדרה מופיעה בשורה 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 )

ממשקי API של מצב בדיקה של Bluetooth – צריך להפעיל את Bluetooth כדי להשתמש בממשקי ה-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)

מפעילים את ה-Bluetooth.

ההגדרה מופיעה בשורה 466 בקובץ bluetooth.h .

int(* get_adapter_properties)(void)

אחזור כל המאפיינים של מתאם Bluetooth בזמן האינטיבציה

ההגדרה מופיעה בשורה 475 בקובץ bluetooth.h .

int(* get_adapter_property)( bt_property_type_t type)

אחזור המאפיין 'type' של מתאם Bluetooth

ההגדרה מופיעה בשורה 478 בקובץ bluetooth.h .

int(* get_connection_state)(const bt_bdaddr_t *bd_addr)

אחזור סטטוס החיבור של מכשיר מרוחק נתון. ערך ההחזרה 0 מציין שהמכשיר לא מחובר, וערך החזרה שאינו אפס מציין חיבור פעיל.

ההגדרה מופיעה בשורה 528 בקובץ bluetooth.h .

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

אחזור ממשק של פרופיל Bluetooth

ההגדרה מופיעה בשורה 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)

פתיחת הממשק ומתן פונקציות ה-callback להטמעה של הממשק הזה.

ההגדרה מופיעה בשורה 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)

ממשקי API של BLE במצב בדיקה

ההגדרה מופיעה בשורה 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)

BT Legacy PinKey Reply If accept==FALSE, then pin_len and pin_code shall be 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' של מתאם Bluetooth

ההגדרה מופיעה בשורה 484 בקובץ bluetooth.h .

int(* set_os_callouts)( bt_os_callouts_t *callouts)

הגדרת פונקציות הקריאה החוזרת של מערכת ההפעלה שדרושות ל-bluedroid לאזעקות ולנעילות מצב שינה. צריך להפעיל את הפונקציה הזו מיד אחרי קריאה מוצלחת של |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, Numeric Comparison ו-Passkey. מפתח הגישה יהיה אפס עבור BT_SSP_VARIANT_PASSKEY_COMPARISON ו-BT_SSP_VARIANT_CONSENT. עבור BT_SSP_VARIANT_PASSKEY_ENTRY, אם accept==FALSE, אז מפתח הגישה יהיה אפס

ההגדרה מופיעה בשורה 540 בקובץ bluetooth.h .

int(* start_discovery)(void)

התחלת החיפוש והבדיקה

ההגדרה מופיעה בשורה 505 בקובץ bluetooth.h .


התיעוד של המבנה הזה נוצר מהקובץ הבא: