Add bridged Accessory

Hi,


I have created a bridge Accessory and have successfully paired it with HAT. Now I want to create a Bridged Accessory.

In the document HomeKit ADK Integration Guide - For ADK 2.0.1 (page 42) it is mentioned that we need to stop server by calling HAPAccessoryServerStopBridge. But in the HAP.h (Version: 2.0 (16A62)) there is no such API.


There is an api HAPAccessoryServerStop().


Are these two different API's or same one?