[][src]Function openthread_sys::otPlatBleGattClientOnSubscribeResponse

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

The BLE driver calls this method to notify OpenThread that subscribe response has been received.

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

@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 Write Response has been sent.