[][src]Function openthread_sys::otPlatBleGapOnScanRespReceived

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

The BLE driver calls this method to notify OpenThread that a scan response 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.