// bthddi.h
PFNBTH_FREE_BRB PfnbthFreeBrb;
VOID PfnbthFreeBrb(
[in] PBRB pBrb
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The BthFreeBrb function frees a Bluetooth request block (BRB) that was allocated previously with BthAllocateBrb.
pBrb [in]Pointer to the BRB to free.
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.