Removes an address from the ACK data list.
ACK frames sent in response to frames with the source address matching any address from the ACK data list will have the appropriate data set. If the source address does not match any of the addresses in the list, the ACK frame will not have the data set.
- Parameters
-
[in] | p_addr | Pointer to the address that is to be removed from the list. |
[in] | extended | Indication if p_addr is an extended address or a short address. |
[in] | data_type | Type of data that is to be cleared for p_addr . |
- Return values
-
true | Address successfully removed from the list. |
false | Address not removed from the list (address is missing from the list). |