pub unsafe extern "C" fn otPlatBleGattServerOnReadRequest(
aInstance: *mut otInstance,
aHandle: u16,
aPacket: *mut otBleRadioPacket,
)Expand description
The BLE driver calls this method to notify OpenThread that an ATT Read Request packet has been received.
@note This function shall be used only for GATT Server.
@param[in] aInstance The OpenThread instance structure. @param[in] aHandle The handle of the attribute to be read. @param[out] aPacket A pointer to the packet to be filled with pointers to attribute data to be read.