summaryrefslogtreecommitdiffstats
path: root/pxp-monitor
Commit message (Collapse)AuthorAgeFilesLines
* Bluetooth: Pxpmonitor DeviceActivity Crash When HOGP Device ConnectedSwami Dhyan Anurag2014-10-131-1/+1
| | | | | | | | | | | | DeviceActivity in Pxpmonitor is destoryed and restarted by Android framework on change of configuration. During restart there is delay in getting the Service Connection status which return the Proxy Service Handle on successful connection. This Proxy Service handle was deferenced without null check. Added check to deference proxyService handle only when it is available. Change-Id: Ic67549e34289181bafbdae5d3a98113177aa9981 CRs-Fixed: 738143
* Bluetooth: Integrates LPP changes into pxp monitor servcieSatish kumar sugasi2014-06-173-11/+7
| | | | | | | | | This removes extra gatt connections for same device,adds LPP callback handlers for each device as part of pxp service. pxp service also includes RSSI monitor callback. Change-Id: Ia5bd864282c8ea99664e5feb6184c7de998e9a5e CRs-Fixed: 657495
* Bluetooth: allows pxp service to persist even pxpmonitor destroyedSatish kumar sugasi2014-05-202-11/+9
| | | | | | | | This allows pxpservice to maintain gatt links and deviceproperties list even if pxp test app were to get destroyed for any reason. CRs-Fixed: 628507 Change-Id: I73f4c6199becad51eff969e15c6d6ff274bbb313
* Merge "Bluetooth: verify gatt char value is read before accessing it in ↵Linux Build Service Account2014-04-111-2/+1
|\ | | | | | | pxpservice"
| * Bluetooth: verify gatt char value is read before accessing it in pxpserviceSatish kumar sugasi2014-04-091-2/+1
| | | | | | | | | | | | | | | | This ensures pxp link loss alert characteristic is read before PxpMonitor application tries to get the value of LLS alert. Change-Id: I6bf9f54942d0dc5e708c0dcc83a7ea4ca390dc73 CRs-Fixed: 646168
* | Bluetooth: Enable bluetooth before binding the pxp proxy serviceNitin Arora2014-04-041-11/+22
|/ | | | | | | | | | This change delays the binding of the pxp proxy service and confirms that bluetooth is enabled before doing that. This prevents the bluetooth crash at device reboot if pxp app tries to enable bluetooth. Change-Id: Iac63863a43afc1015219b6ad96959fe561acf228 CRs-Fixed: 641293
* Supports Proximity profile using Low Power PXP APIsSubramanian Srinivasan2013-12-172-55/+49
| | | | | | | | Provides support for proximity profile implementation using Low Power Proximity APIs. Change-Id: Ibc80e498bb20c221333c161db7b8b08a24c28acb CRs-fixed: 590419
* Bluetooth: Add support for LE proximity profileSatish kumar sugasi2013-12-1642-0/+3898
This Enables Proximity service and pxp monitor test application Change-Id: I7be72defcae8c1d926e55aa29c744d7e64425f93 CRs-fixed: 580130