I am having an issue when the station is turned on, where the SpokesWrapper returns the following trace:
2/22/2014 12:49:57 PM IsSpokesComSessionManagerClassRegistered: About to look see if Spokes SessionManager is in registry
2/22/2014 12:49:57 PM IsSpokesComSessionManagerClassRegistered: About to check if Spokes is installed, Major Version = 2.x
2/22/2014 12:49:58 PM AttachDevice: Spokes: AttachedEventHandler to device events
2/22/2014 12:49:58 PM UpdateOtherDeviceCapabilities: INFO: Did not find product in DeviceCapabilities.csv or DeviceCapabilities.csv not present for device:
2/22/2014 12:49:58 PM UpdateOtherDeviceCapabilities: Bluetooth Adapter
2/22/2014 12:49:58 PM UpdateOtherDeviceCapabilities: INFO: Will assume minimum capabilities, unless overridden by hard-coded capabilities in UpdateOtherDeviceCapabilities function.
2/22/2014 12:49:58 PM RegisterForProximity: Spokes: About to register for proximity.
2/22/2014 12:50:08 PM RegisterForProximity: Spokes: Completed request to register for proximity.
2/22/2014 12:50:27 PM GetInitialDonnedStatus: Spokes: Last donned state was: HeadsetState_Unknown
2/22/2014 12:50:37 PM GetInitialMuteStatus: Spokes: Last mute state was: False
2/22/2014 12:50:37 PM RequestAllSerialNumbers: Spokes: About to request serial numbers.
2/22/2014 12:50:37 PM RequestSingleSerialNumber: Spokes: About to request serial number for: Base
2/22/2014 12:51:21 PM RequestSingleSerialNumber: Spokes: About to request serial number for: Headset
2/22/2014 12:52:27 PM AttachDevice: Spokes: AttachedEventHandler to device
At this point I stopped the process and physically removed the bluetooth adapter and re-inserted it. The log that I then get is:
2/22/2014 12:55:48 PM IsSpokesComSessionManagerClassRegistered: About to look see if Spokes SessionManager is in registry
2/22/2014 12:55:48 PM IsSpokesComSessionManagerClassRegistered: About to check if Spokes is installed, Major Version = 2.x
2/22/2014 12:55:49 PM AttachDevice: Spokes: AttachedEventHandler to device events
2/22/2014 12:55:49 PM UpdateOtherDeviceCapabilities: INFO: Did not find product in DeviceCapabilities.csv or DeviceCapabilities.csv not present for device:
2/22/2014 12:55:49 PM UpdateOtherDeviceCapabilities: Plantronics BT300
2/22/2014 12:55:49 PM UpdateOtherDeviceCapabilities: INFO: Will assume minimum capabilities, unless overridden by hard-coded capabilities in UpdateOtherDeviceCapabilities function.
2/22/2014 12:55:49 PM RegisterForProximity: Spokes: About to register for proximity.
2/22/2014 12:55:49 PM RegisterForProximity: Spokes: Completed request to register for proximity.
2/22/2014 12:55:50 PM GetInitialDonnedStatus: Spokes: Last donned state was: HeadsetState_Don
2/22/2014 12:55:50 PM m_deviceListenerEvents_HandlerMethods: Spokes: Received Spokes Event: HeadsetStateChange=ProximityEnabled
2/22/2014 12:55:50 PM GetInitialMuteStatus: Spokes: Last mute state was: False
2/22/2014 12:55:50 PM RequestAllSerialNumbers: Spokes: About to request serial numbers.
2/22/2014 12:55:50 PM RequestSingleSerialNumber: Spokes: About to request serial number for: Base
2/22/2014 12:55:50 PM m_sessionComManager_CallStateChanged: Spokes: call state event = id=0 state=MobileCallEnded source=
2/22/2014 12:55:50 PM m_deviceListenerEvents_HandlerMethods: Spokes: Received Spokes Event: HeadsetStateChange=ProximityUnknown
2/22/2014 12:55:50 PM m_sessionComManager_CallStateChanged: Spokes: Mobile Calling activity ended.id=0 state=MobileCallEnded source=
2/22/2014 12:55:50 PM RequestSingleSerialNumber: Spokes: About to request serial number for: Headset
2/22/2014 12:55:50 PM DeviceListener_BaseStateChanged: BaseStateChanged: SerialNumber
2/22/2014 12:55:50 PM ReadSerialNumber: Spokes: About to read out serial number for: Base
2/22/2014 12:55:50 PM ReadSerialNumber: FAILED TO READ SERIAL from BaseStateChanged: SerialNumber event / m_hostCommandExt.GetSerialNumber_2(DeviceType.DeviceType_Base, serialbuf);
2/22/2014 12:55:50 PM m_deviceListenerEvents_HandlerMethods: Spokes: Received Spokes Event: HeadsetStateChange=SerialNumber
2/22/2014 12:55:50 PM m_deviceListenerEvents_HandlerMethods: HeadsetStateChanged: SerialNumber
2/22/2014 12:55:50 PM ReadSerialNumber: Spokes: About to read out serial number for: Headset
2/22/2014 12:55:50 PM ReadSerialNumber: FAILED TO READ SERIAL from HeadsetStateChanged: SerialNumber event / m_hostCommandExt.GetSerialNumber_2(DeviceType.DeviceType_Headset, serialbuf);
2/22/2014 12:55:50 PM m_deviceListenerEvents_HandlerMethods: Spokes: Received Spokes Event: HeadsetStateChange=BatteryLevel
2/22/2014 12:55:50 PM m_deviceListenerEvents_HandlerMethods: HeadsetStateChanged: BatteryLevel
2/22/2014 12:55:50 PM m_deviceListenerEvents_HandlerMethods: Spokes: Received Spokes Event: HeadsetStateChange=UnDocked
2/22/2014 12:55:50 PM AttachDevice: Spokes: AttachedEventHandler to device
2/22/2014 12:55:52 PM m_deviceListenerEvents_HandlerMethods: Spokes: Received Spokes Event: HeadsetStateChange=Near
I have updated the headset/bluetooth with what is on the website and am using the latest SpokesWrapper. What else can I try? This only happens when the computer is turned on, but it is going to be a bit of a pain for the users to have to do on a daily basis.
Thank you