次の方法で共有


BluetoothAdapter.ILeScanCallback.OnLeScan メソッド

定義

関数によって開始されたデバイス スキャン中に検出された LE デバイスを報告する BluetoothAdapter#startLeScan コールバック。

[Android.Runtime.Register("onLeScan", "(Landroid/bluetooth/BluetoothDevice;I[B)V", "GetOnLeScan_Landroid_bluetooth_BluetoothDevice_IarrayBHandler:Android.Bluetooth.BluetoothAdapter/ILeScanCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnLeScan (Android.Bluetooth.BluetoothDevice? device, int rssi, byte[]? scanRecord);
[<Android.Runtime.Register("onLeScan", "(Landroid/bluetooth/BluetoothDevice;I[B)V", "GetOnLeScan_Landroid_bluetooth_BluetoothDevice_IarrayBHandler:Android.Bluetooth.BluetoothAdapter/ILeScanCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnLeScan : Android.Bluetooth.BluetoothDevice * int * byte[] -> unit

パラメーター

device
BluetoothDevice

リモート デバイスを識別します

rssi
Int32

Bluetooth ハードウェアによって報告されるリモート デバイスの RSSI 値。 RSSI 値が使用できない場合は 0。

scanRecord
Byte[]

リモート デバイスによって提供される広告レコードの内容。

属性

注釈

の Java ドキュメントandroid.bluetooth.BluetoothAdapter.LeScanCallback.onLeScan(android.bluetooth.BluetoothDevice, int, byte[])

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象