System.Bluetooth.TBluetoothLEManager.StartDiscoveryRaw
Delphi
function StartDiscoveryRaw(const ABluetoothLEScanFilterList: TBluetoothLEScanFilterList = nil; Refresh: Boolean = True): Boolean;
C++
bool __fastcall StartDiscoveryRaw(TBluetoothLEScanFilterList* const ABluetoothLEScanFilterList = (TBluetoothLEScanFilterList*)(0x0), bool Refresh = true);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEManager |
説明
Bluetooth LE デバイスのスキャンを開始します。
StartDiscoveryRaw は、ABluetoothLEScanFilterList
に格納されているフィルタによる BLE デバイスに対してスキャンします。
Refresh
を True
に設定すると、StartDiscoveryRaw は新しいフィルタ リストを作成します。. そうでなければ、最後に作成されたフィルタを使用します。
現在のアダプタの StartDiscoveryRaw 関数を呼び出します。