bt_device_bond_destroyed_cb typedef

@ingroup CAPI_NETWORK_BLUETOOTH_DEVICE_MODULE @brief Called when the bond destroys. @since_tizen @if WEARABLE 2.3.1 @else 2.3 @endif

@paramin result The result that a bond is destroyed @paramin remote_address The address of the remote Bluetooth device to destroy bond with @paramin user_data The user data passed from the callback registration function @pre bt_device_destroy_bond() will invoke this function if you register this callback using bt_device_set_bond_destroyed_cb().

@see bt_device_destroy_bond() @see bt_device_set_bond_destroyed_cb() @see bt_device_unset_bond_destroyed_cb()

Implementation

typedef bt_device_bond_destroyed_cb
    = ffi.Pointer<ffi.NativeFunction<bt_device_bond_destroyed_cbFunction>>;