5.3.2.5 Query Advertising Address (QAA[,<hex8>])

Format: QAA

Command QAA read advertising address. The QAA 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:QAA

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

QAA,00 // Read ADV address in handle 1
QAA,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