PFNBTH_REUSE_BRB - NtDoc

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

PFNBTH_REUSE_BRB PfnbthReuseBrb;

VOID PfnbthReuseBrb(
  [in, out] PBRB pBrb,
  [in]      BRB_TYPE brbType
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFNBTH_REUSE_BRB callback function

Description

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

Parameters

pBrb [in, out]

Pointer to the BRB to reuse.

brbType [in]

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

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.

See also

BRB_TYPE