5.3.2.5 Get Local Advertisement Address(IRA[,<hex8>]

Format: IRA[,<hex8>]

Command IRA read advertising address. The IRA command accepts an optional parameter that indicates the handle. The first byte in response is address type. Address type 0 indicates public type addressing and 1 indicates random type addressing.

Example: IRA

// Read ADV address in handle 1 (default handle)

IRA,00 // Read ADV address in handle 1
IRA,01 // Read ADV address in handle 2
Response: 00,112233445566

01,766854672450

// Advertising with public address type

// Advertising with random address type

Err // Given parameter or handle is invalid