Account Options

  1. ログイン
古い Google グループは間もなくご利用いただけなくなりますが、ご使用のブラウザは新しいバージョンに対応していません
Google グループ
« Google グループのホーム

Bluetooth HID API
現在、このグループで最初に表示するトピックが多すぎます。このトピックを最初に表示するには、別のトピックからこのオプションを削除してください。
リクエストの処理中にエラーが発生しました。 もう一度やり直してください。
フラッグ
  メッセージ 4 件 - すべて折りたたんで表示  -  すべてをに翻訳 翻訳(すべてのオリジナルを表示)
投稿先のグループは Usenet グループです。このグループにメッセージを投稿すると、インターネット上のユーザーがメール アドレスを閲覧できるようになります。
返信メッセージが送信されていません。
投稿はモデレータが承認した後に掲載されます
 
差出人:
宛先:
Cc:
フォローアップ先:
Cc を追加 | フォローアップ先を追加 | 件名を編集
件名:
確認:
確認のため、下の画像に表示されている文字か、アクセシビリティ アイコンをクリックすると聞こえる数字を入力してください。 聞こえた番号を入力します
 
Johan Zander  
プロフィールを表示   に翻訳 翻訳(オリジナルを表示)
 詳細オプション 2011年3月24日, 午前9:41
差出人: Johan Zander <johanzan...@gmail.com>
日付: Thu, 24 Mar 2011 06:41:18 -0700 (PDT)
ローカル: 2011年3月24日(木) 午前9:41
件名: Bluetooth HID API

I've seen that honeycomb will have official support for Bluetooth HID
but, looking at the API level 11, it doesn't look like an application
will be able to communicate directly with the device.
Would you accept a contribution that adds a new subclass BluetoothHID
to the BluetoothProfile interface?

Our product is a digital pen that is a non-keyboard/non-mouse device
and is accessed via the /dev/hidraw interface.


 
メッセージを投稿するには、ログインする必要があります。
メッセージを投稿するには、まず最初にこのグループに参加する必要があります。
投稿する前に、[設定] ページでニックネームを更新してください。
投稿に必要な権限がありません。
Jaikumar Ganesh  
プロフィールを表示   に翻訳 翻訳(オリジナルを表示)
 詳細オプション 2011年3月24日, 午後12:44
差出人: Jaikumar Ganesh <jaiku...@google.com>
日付: Thu, 24 Mar 2011 09:44:28 -0700
ローカル: 2011年3月24日(木) 午後12:44
件名: Re: Bluetooth HID API

Hi Johan:
   From Bluetooth perspective, its not a problem. A Bluetooth Pen should be
able to pair and connect.

BluetoothHID APIs are not designed to have an app communicate with the input
devices. All the input events are fed to the input framework (via Bluez /
kernel) and the input framework handles it.

+Jeff Brown: If he is interested to accept any contributions to the input
framework.


 
メッセージを投稿するには、ログインする必要があります。
メッセージを投稿するには、まず最初にこのグループに参加する必要があります。
投稿する前に、[設定] ページでニックネームを更新してください。
投稿に必要な権限がありません。
Johan Zander  
プロフィールを表示   に翻訳 翻訳(オリジナルを表示)
 詳細オプション 2011年3月24日, 午後1:48
差出人: Johan Zander <johanzan...@gmail.com>
日付: Thu, 24 Mar 2011 10:48:00 -0700 (PDT)
件名: Re: Bluetooth HID API
Thanks for the response,

Our goal is to be able to read/write on the two HID channels
(interrupt/control) from a Java application. Adding this via the
Bluetooth API was just my suggestion. Is it possible to access hid raw
data via the input framework already today or would it be better to
add the support there instead?

Also, when you say that a pen should be able to pair and connect - do
you mean on ginngerbread, honeycomb or gingerbread+omapzoom HID
modifications?

Best regards,
Johan

On 24 mar, 17:44, Jaikumar Ganesh <jaiku...@google.com> wrote:


 
メッセージを投稿するには、ログインする必要があります。
メッセージを投稿するには、まず最初にこのグループに参加する必要があります。
投稿する前に、[設定] ページでニックネームを更新してください。
投稿に必要な権限がありません。
Petr Moravek  
プロフィールを表示   に翻訳 翻訳(オリジナルを表示)
 詳細オプション 2011年3月25日, 午後1:18
差出人: Petr Moravek <petr1mora...@gmail.com>
日付: Fri, 25 Mar 2011 18:18:27 +0100
ローカル: 2011年3月25日(金) 午後1:18
件名: Re: Bluetooth HID API

Well,

it does not make much sense to have access to raw data from HID devices.
It is the same like touch gestures are fed as a gesture not as sequence of
touches.
In addition platform dispatching of such input is always faster and could be
accelerated.
It is like 4finger gestures on iPad which are now handled by apps but gonna
be
handled by system in future.

There could two possible reasons to require direct access:
1. there exist some processing that is not done by system
2. there is need for acting as HID device, i.e. keyboard or mouse

Both reasons are wrong by concept. Both of them has something behind.
Each in fact is lack of logical API that links everything together.
In first case missing processing of raw data from HID device should be
allowed
using some native library that extends the system through some defined way
i.e. system driver signed with a platform cert like it is done on Symbian.
The second should also be done rather by some api that allows linking
system keyaboard(on screen) link to kbd HID device emulation.

Petr


 
メッセージを投稿するには、ログインする必要があります。
メッセージを投稿するには、まず最初にこのグループに参加する必要があります。
投稿する前に、[設定] ページでニックネームを更新してください。
投稿に必要な権限がありません。
メッセージの終わり
« ディスカッションに戻る « 新しいトピック     過去のトピック »