handover_transport_type_t

Connection handover transport types.

Synopsis:

#include <nfc/nfc_types.h>

typedef enum {
      UNKNOWN_HANDOVER_TRANSPORT_TYPE = 0   
      BLUETOOTH_HANDOVER = 1   
      WIFI_DIRECT_HANDOVER = 2   
} handover_transport_type_t;

Since:

BlackBerry 10.0.0

Data:

UNKNOWN_HANDOVER_TRANSPORT_TYPE
Unknown handover transport type.
BLUETOOTH_HANDOVER
The Bluetooth connection handover transport type.
WIFI_DIRECT_HANDOVER
The Wi-Fi Direct connection handover transport type.

Library:

libnfc (For the qcc command, use the -l nfc option to link against this library)

Description:

This enumeration defines connection handover transport types.