[][src]Function openthread_sys::otPlatBleGattClientOnReadResponse

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

The BLE driver calls this method to notify OpenThread that ATT Read Response packet has been received.

This method is called only if @p otPlatBleGattClientRead was previously requested.

@note This function shall be used only for GATT Client.

@param[in] aInstance The OpenThread instance structure. @param[in] aPacket A pointer to the packet contains read value.