Epson Moverio Pro BT-2000 Developer's Manual page 161

Hide thumbs Also See for Moverio Pro BT-2000:
Table of Contents

Advertisement

8.8.24. BluetoothLeGapCallback.onScanResult
Function
Provide an interface for the callback function to receive scan results (Advertise data).
Use format -2 to acquire the scan response and the advertise type.
Related API: startScan/stopScan
Format -1
void onScanResult(AddrType addrType, String addr, int rssi, byte[] adv_data);
Format -2
void onScanResult(AddrType addrType, String addr, int rssi, boolean scan_rsp,
Parameter
Model name
AddrType addrType
String addr
int rssi
boolean scan_rsp
AdvType adv_type
byte[] adv_data
MOVERIO Pro Developer's Guide (Rev.1.4)
AdvType adv_type, byte[] adv_data);
Explanation
Remote BD address classification
Remote BD address
Received radio wave strength (dBm)
Scan response data
true: Received PDU is SCAN_RSP
false: Received PDU is anything except for SCAN_RSP
Advertise type
AdvType.ADV_IND
AdvType.ADV_DIRECT_IND
AdvType.ADV_SCAN_IND
AdvType.ADV_NONCONN_IND
AdvType.SCAN_RSP
AdvType.UNKNOWN
Advertise data (31octet)
155

Advertisement

Table of Contents
loading

This manual is also suitable for:

Moverio pro bt-2200

Table of Contents