示例#1
0
        private void RemoveCentral(CentralContext context)
        {
            mSubscribedCentrals.Remove(context);


            // TODO: timeout


            if (context.connectionId != 0)
            {
                mCallback.OnDisconnect(context.connectionId);
            }
        }