MHCIClientUsage Class Reference

class MHCIClientUsage

Mixin for being informed about when the HCI has an external reference that should stop the Bluetooth stack, and hence the HCI, from being unloaded. This can be used by the HCI Server for example when it has active connections.

Public Member Functions
void MhcuCloseClientReference ()
void MhcuOpenClientReference ()

Member Functions Documentation

MhcuCloseClientReference()

void MhcuCloseClientReference ( ) [pure virtual]

This method will be called to indicate an external client has closed. For each call to this method a corresponding call to MhcuOpenClientReference must have been made previously.

MhcuOpenClientReference()

void MhcuOpenClientReference ( ) [pure virtual]

This method will be called to indicate a new external client.