![]() |
WE310F5
39.00.000
|
This file contains the public APIs and structures of WIP(Wireless(BLE) Interface Provisioning) module. More...
Go to the source code of this file.
Functions | |
INT32 | m2mb_wip_start (M2MB_PROV_CONFIG_T *cfg, M2MB_BLE_HANDLE m2m_ble_handle) |
#define | WIP_SERVICE_UUID_CONSTANT {0x36, 0x11} |
#define | WIP_CHAR_SCAN_TRIGGER_UUID_CONSTANT {0x37, 0x11} |
#define | WIP_CHAR_SCAN_DATA_UUID_CONSTANT {0x38, 0x11} |
#define | WIP_CHAR_CONFIG_DATA_UUID_CONSTANT {0x39, 0x11} |
#define | WIP_CHAR_STATUS_UUID_CONSTANT {0x40, 0x11} |
#define | WIP_CREDITS_SCAN_TRIGGER_ATTRIBUTE_OFFSET 2 |
#define | WIP_CREDITS_SCAN_DATA_ATTRIBUTE_OFFSET 4 |
#define | WIP_CREDITS_SCAN_DATA_NOTIFICATION_ATTRIBUTE_OFFSET 5 |
#define | WIP_CREDITS_CONIFG_DATA_ATTRIBUTE_OFFSET 7 |
#define | WIP_CREDITS_STATUS_ATTRIBUTE_OFFSET 9 |
#define | WIP_CREDITS_STATUS_NOTIFICATION_ATTRIBUTE_OFFSET 10 |
INT32 | m2mb_wip_service_register (M2MB_BLE_HANDLE ble_handle) |
This function is used to register the WIP(Wireless(BLE) Interface Provisioning) Service. More... | |
VOID | m2mb_wip_service_deregister (VOID) |
This function is used to de-register the WIP(Wireless(BLE) Interface Provisioning) Service. More... | |
This file contains the public APIs and structures of WIP(Wireless(BLE) Interface Provisioning) module.
Definition in file m2mb_ble_prov.h.
INT32 m2mb_wip_start | ( | M2MB_PROV_CONFIG_T * | cfg, |
M2MB_BLE_HANDLE | m2m_ble_handle | ||
) |