wifi_scan service declarations
Copyright (c) 2019 Microchip Technology Inc. and its subsidiaries.
Data Structures | |
struct | gatt_wifiscan_char_handler |
struct | wifiscan_gatt_service_handler |
Macros | |
#define | CHAR_USER_STR_WIFISCAN_APCOUNT ("AP Count") |
#define | CHAR_USER_STR_WIFISCAN_APCOUNT_LEN (8) |
WIFISCAN APCOUNT NAME_LEN the length of the device name. More... | |
#define | CHAR_USER_STR_WIFISCAN_APDETAILS ("AP Details") |
#define | CHAR_USER_STR_WIFISCAN_APDETAILS_LEN (10) |
WIFISCAN APDETAILS NAME_LEN the length of the device name. More... | |
#define | CHAR_USER_STR_WIFISCAN_SCANMODE ("WiFi Scanning Mode") |
#define | CHAR_USER_STR_WIFISCAN_SCANMODE_LEN (18) |
WIFISCAN SCANMODE NAME_LEN the length of the device name. More... | |
#define | FAILED_WIFISCAN_CHANGE_PARAM (0xee) |
#define | INVALID_WIFISCAN_CHANGE_PARAM (0xff) |
results of wifiscan characteristics write More... | |
#define | VALID_WIFISCAN_CHANGE_PARAM (0xdd) |
#define | WIFISCAN_BASIC_CHARACTERISTIC (2) |
the two basic characteristics are scan mode and apcount More... | |
#define | WIFISCAN_CHARACTERISTIC_COUNT (WIFISCAN_BASIC_CHARACTERISTIC+WIFI_PROVISION_MAX_AP_NUM) |
count of characteristics in wifi_scan service More... | |
#define | WIFISCAN_INCLUDED_SERVICE_COUNT (0) |
count of included service in wifi_scan service More... | |
#define | WIFISCAN_UUID_128_LEN (16) |
WIFISCAN_UUID_LEN the size of WIFISCAN service uuid. More... | |
Typedefs | |
typedef struct gatt_wifiscan_char_handler | gatt_wifiscan_char_handler_t |
typedef struct wifiscan_gatt_service_handler | wifiscan_gatt_service_handler_t |