mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
netif/lowpan6_ble: Fix comment for parameter order of ble_addr_to_eui64
Signed-off-by: Axel Lin <axel.lin@ingics.com>
This commit is contained in:
parent
bcd6c8a2d3
commit
7b7bc349ae
@ -131,8 +131,8 @@ ble_addr_to_eui64(uint8_t *dst, const uint8_t *src, int public_addr)
|
||||
*
|
||||
* This method converts an EUI64 address to a Bluetooth MAC address,
|
||||
*
|
||||
* @param src IPv6 source
|
||||
* @param dst BLE MAC address destination
|
||||
* @param src IPv6 source
|
||||
*
|
||||
*/
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user