[][src]Function openthread_sys::otPlatBleGapOnAdvReceived

pub unsafe extern "C" fn otPlatBleGapOnAdvReceived(
    aInstance: *mut otInstance,
    aAddress: *mut otPlatBleDeviceAddr,
    aPacket: *mut otBleRadioPacket
)

The BLE driver calls this method to notify OpenThread that an advertisement packet has been received.

@param[in] aInstance The OpenThread instance structure. @param[in] aAddress An address of the advertising device. @param[in] aPacket A pointer to the received packet.