bthl_interface_t 結構體參考資料

bthl_interface_t 結構體參考資料

#include < bt_hl.h >

資料欄位

size_t  size
 
bt_status_t (*  init )( bthl_callbacks_t *callbacks)
 
bt_status_t (*  register_application )( bthl_reg_param_t *p_reg_param, int *app_id)
 
bt_status_t (*  unregister_application )(int app_id)
 
bt_status_t (*  connect_channel )(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index, int *channel_id)
 
bt_status_t (*  destroy_channel )(int channel_id)
 
void(*  cleanup )(void)
 

詳細說明

代表標準 BT-HL 介面。

定義位於檔案 bt_hl.h 的第 93 行。

欄位說明文件

void(* cleanup)(void)

關閉 Bthl 回呼

定義位於檔案 bt_hl.h 的 116 行。

bt_status_t (* connect_channel)(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index, int *channel_id)

連結頻道

定義位於檔案 bt_hl.h 110 行。

bt_status_t (* destroy_channel)(int channel_id)

銷毀管道

定義位於檔案 bt_hl.h 113 行。

bt_status_t (* init)( bthl_callbacks_t *callbacks)

註冊 Bthl 回呼

定義位於檔案 bt_hl.h 的 101 行。

bt_status_t (* register_application)( bthl_reg_param_t *p_reg_param, int *app_id)

註冊 HL 應用程式

定義位於檔案 bt_hl.h 104 行。

size_t size

設為 sizeof(bthl_interface_t)

定義位於檔案 bt_hl.h 96 行。

bt_status_t (* unregister_application)(int app_id)

取消註冊 HL 應用程式

定義位於檔案 bt_hl.h 107 行。


這個結構體的說明文件是由下列檔案產生:
  • hardware/libhardware/include/hardware/ bt_hl.h