PFNBTH_REUSE_BRB callback function (bthddi.h)

The BthReuseBrb function reinitializes a Bluetooth request block (BRB) to be reused.

Syntax

PFNBTH_REUSE_BRB PfnbthReuseBrb;

void PfnbthReuseBrb(
  [in, out] PBRB pBrb,
  [in]      BRB_TYPE brbType
)
{...}

Parameters

[in, out] pBrb

Pointer to the BRB to reuse.

[in] brbType

Specifies a value from the BRB_TYPE enumeration to initialize the BRB with.

Return value

None

Remarks

Profile drivers obtain a pointer to the BthReuseBrb function when they query the Bluetooth driver stack for an instance of the BTHDDI_PROFILE_DRIVER_INTERFACE driver interface. See Querying for Bluetooth Interfaces for more information about querying the Bluetooth driver stack.

Requirements

Requirement Value
Minimum supported client Versions:_Supported in Windows Vista, and later.
Target Platform Desktop
Header bthddi.h (include Bthddi.h)
IRQL <= DISPATCH_LEVEL

See also

BRB_TYPE