aboutsummaryrefslogtreecommitdiffstats
path: root/pyagl/services/bluetooth_pbap.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyagl/services/bluetooth_pbap.py')
-rw-r--r--pyagl/services/bluetooth_pbap.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyagl/services/bluetooth_pbap.py b/pyagl/services/bluetooth_pbap.py
index 027ac89..9ac0dea 100644
--- a/pyagl/services/bluetooth_pbap.py
+++ b/pyagl/services/bluetooth_pbap.py
@@ -12,7 +12,8 @@ class BTPBAPService(AGLBaseService):
parser.add_argument('--import_contacts', action='store_true')
parser.add_argument('--status', action='store_true')
parser.add_argument('--contacts', action='store_true')
- parser.add_argument('--history', help='Request call history - ICH/OCH/MCH/CCH')
+ parser.add_argument('--history', choices=['ich','och','mch','cch'], help='Request call history - Incoming/Outgoing'
+ '/Missed/Combined calls')
def __init__(self, ip, port=None, service='agl-service-bluetooth-pbap'):
super().__init__(api='bluetooth-pbap', ip=ip, port=port, service=service)