MOVERIO Pro Developer's Guide (Rev.1.4)
162
8.8.30.
BluetoothLeGattCallback.onDiscCharResult
Function
Provide an interface for the callback function to receive search results for the
Characteristic.
Related API: discChar
Format
Parameter
Model
name
Explanation
char connectedHandle
Connection handle
int status
Search results
*
Returns
the
value
defined
in
BluetoothLeChipCode.GattStatus
BluetoothLeGattChar[] data
Characteristic information
Characteristic information (class BluetoothLeGattChar)
Member's name
Explanation
byte[] uuid
UUID (16bit only)
char handleDecl
Handle for Characteristic Declaration
char handleValue
Handle for Characteristic Value
CharacteristicProperties properties
Characteristic setting information
Characteristic setting information (class BluetoothLeGattChar.CharacteristicProperties)
Function name
Explanation
boolean IsBrodcast()
Determine if anything is broadcast
boolean IsRead()
Determine readGatt/readUuidGatt
IsWriteWoResp()
Determine writeWithoutRspGatt
IsWrite()
Determine writeGatt
IsNofify()
Determine Notification
IsIndicate()
Determine Indication
void onDiscCharResult(char connectedHandle, int status,
BluetoothLeGattChar[] data);
Содержание Moverio Pro BT-2000
Страница 7: ...MOVERIO Pro Developer s Guide Rev 1 4 1 1 Introduction ...
Страница 12: ...MOVERIO Pro Developer s Guide Rev 1 4 6 2 Developing Apps ...
Страница 30: ...MOVERIO Pro Developer s Guide Rev 1 4 24 3 Display control ...
Страница 39: ...MOVERIO Pro Developer s Guide Rev 1 4 33 4 UI control ...
Страница 47: ...MOVERIO Pro Developer s Guide Rev 1 4 41 5 Voice commands ...
Страница 70: ...MOVERIO Pro Developer s Guide Rev 1 4 64 6 Camera control ...
Страница 119: ...MOVERIO Pro Developer s Guide Rev 1 4 113 7 Sensor control ...
Страница 127: ...MOVERIO Pro Developer s Guide Rev 1 4 121 8 Bluetooth BLE ...
Страница 184: ...MOVERIO Pro Developer s Guide Rev 1 4 178 9 Power control ...
Страница 187: ...MOVERIO Pro Developer s Guide Rev 1 4 181 10 Self diagnostic function ...
Страница 191: ...MOVERIO Pro Developer s Guide Rev 1 4 185 11 GPS Assist ...
Страница 202: ...MOVERIO Pro Developer s Guide Rev 1 4 196 Memo ...