PFNBTH_FREE_BRB callback function (bthddi.h)

The BthFreeBrb function frees a Bluetooth request block (BRB) that was allocated previously with BthAllocateBrb.

Syntax

PFNBTH_FREE_BRB PfnbthFreeBrb;

void PfnbthFreeBrb(
  [in] PBRB pBrb
)
{...}

Parameters

[in] pBrb

Pointer to the BRB to free.

Return value

None

Remarks

Profile drivers obtain a pointer to the BthFreeBrb 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