[][src]Function openthread_sys::otPlatBleGattClientOnIndication

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

The BLE driver calls this method to notify OpenThread that an ATT Handle Value Indication has been received.

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

@param[in] aInstance The OpenThread instance structure. @param[in] aHandle The handle on which ATT Handle Value Indication has been sent. @param[in] aPacket A pointer to the packet contains indicated value.