bt_os_callouts_t 結構體參考資料
   bt_os_callouts_t 結構體參考資料
 
  
   #include <
   
    bluetooth.h
   
   >
  
 
| 資料欄位 | |
| size_t | size | 
| set_wake_alarm_callout | set_wake_alarm | 
| acquire_wake_lock_callout | acquire_wake_lock | 
| release_wake_lock_callout | release_wake_lock | 
詳細說明
藍牙無線裝置驅動程式需要的函式集合,用於設定喚醒鬧鐘和取得喚醒鎖定。這個結構體會透過 |bt_interface_t| 上的 |set_os_callouts| 函式傳遞至堆疊。
定義位於檔案 bluetooth.h 的 427 行。
欄位說明文件
| acquire_wake_lock_callout acquire_wake_lock | 
定義位於檔案 bluetooth.h 的 432 行。
| release_wake_lock_callout release_wake_lock | 
定義位於檔案 bluetooth.h 的 433 行。
| set_wake_alarm_callout set_wake_alarm | 
定義位於檔案 bluetooth.h 的 431 行。
| size_t size | 
定義位於檔案 bluetooth.h 的 429 行。
這個結構體的說明文件是由下列檔案產生:
- hardware/libhardware/include/hardware/ bluetooth.h
