PFNBTH_FREE_BRB - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bthddi.h

PFNBTH_FREE_BRB PfnbthFreeBrb;

VOID PfnbthFreeBrb(
  [in] PBRB pBrb
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-bthddi-pfnbth_free_brb)

PFNBTH_FREE_BRB callback function

Description

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

Parameters

pBrb [in]

Pointer to the BRB to free.

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.