// bthddi.h
PFNBTH_REUSE_BRB PfnbthReuseBrb;
VOID PfnbthReuseBrb(
[in, out] PBRB pBrb,
[in] BRB_TYPE brbType
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The BthReuseBrb function reinitializes a Bluetooth request block (BRB) to be reused.
pBrb [in, out]Pointer to the BRB to reuse.
brbType [in]Specifies a value from the BRB_TYPE enumeration to initialize the BRB with.
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.