mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08: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,
|
* This method converts an EUI64 address to a Bluetooth MAC address,
|
||||||
*
|
*
|
||||||
* @param src IPv6 source
|
|
||||||
* @param dst BLE MAC address destination
|
* @param dst BLE MAC address destination
|
||||||
|
* @param src IPv6 source
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user