Architecture:
NX32L
Device support:
LX2
Firmware version:
2.20.00
This function removes all MAC addresses from the accept filter.
Input:
None.
Returns: INT
1
-
_BLE_OK
Success
0
_BLE_ERR_NOT_SUPPORTED
The API is not supported.
-1
_BLE_ERR_NOT_OPEN
The interface is not powered(see blePower).
-99
_BLE_ERR_GENERIC
Failed to remove addresses.
Declaration:
FUNCTION bleAcceptFilterClear : INT;
Example:
... // Remove all MAC addresses from accept filter rc := bleAcceptFilterClear(); ...