[][src]Function openthread_sys::otPlatBleGattServerOnSubscribeRequest

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

The BLE driver calls this method to notify OpenThread that an ATT Subscription 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 written. @param[in] aSubscribing True if subscribing, otherwise unsubscribing.