2011年12月27日 星期二

Android - Bluetooth API

  • 掃描Bluetooth裝置
  • 查詢配對Bluetooth裝置
  • 建立RFCOMM頻道
  • 與Bluetooth裝置連結
  • 與Bluetooth裝置傳輸數據
  • 管理多個Bluetooth連結

Permission -----

  • android.permission.BLUETOOTH
  • android.permission.BLUETOOTH_ADMIN

-----

Android Bluetooth API -----
  • BluetoothAdapter
    • Bluetooth接頭
    • 取得配對的device
    • 實體化bluetooth裝置 - BuletoothDevice
      • 請求連結 - BluetoothSocket
        • 與bluetooth裝置交換資訊
        • 透過InputStream和OutputStream傳輸資料
      • 裝置的相關資訊
  • BluetoothServerSocket
    • 等待buletooth連接請求
-----

沒有留言:

張貼留言