다음을 통해 공유


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[]

원격 디바이스에서 제공하는 광고 레코드의 콘텐츠입니다.

특성

설명

에 대한 android.bluetooth.BluetoothAdapter.LeScanCallback.onLeScan(android.bluetooth.BluetoothDevice, int, byte[])Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상