Commits

Commit Message Author Age Changes
70ce4002 client: Restore command prompt when agent finishes Marcel Holtmann 13 years ago 1 file, +5, -0
875c8924 gdbus: Increase the method call timeout to 5 minutes Marcel Holtmann 13 years ago 1 file, +3, -1
84faeb47 client: Handle accepting/rejecting confirmation requests Marcel Holtmann 13 years ago 2 files, +12, -3
f70804bd gdbus: Add helper for sending async error replies Marcel Holtmann 13 years ago 2 files, +38, -0
8044dbbd client: Replace certain messages with printing helper Marcel Holtmann 13 years ago 1 file, +12, -33
56768108 client: Forward input to agent handling if needed Marcel Holtmann 13 years ago 1 file, +8, -0
5557e7b4 client: Add support for handling passkey confirmation Marcel Holtmann 13 years ago 2 files, +69, -3
dae938bc client: Use printing helper for agent messages Marcel Holtmann 13 years ago 1 file, +6, -14
fc7ae83f client: Add helper function for readline async printing Marcel Holtmann 13 years ago 3 files, +61, -2
d9c65661 emulator: Add support for Bluetooth host abstraction Marcel Holtmann 13 years ago 3 files, +198, -1
7b72de11 monitor: Fix whitespace damage Marcel Holtmann 13 years ago 1 file, +1, -1
7d93368c test: Update simple-agent to new API The method org.bluez.Device.Pair() doesn't have arguments anymore. This commit fixes the following error: $ test/simple-agent hci0 4C:B1:99:F1:BC:E9 Agent registered ERROR:dbus.connection:Unable to set arguments (u'/test/agent', u'Keybo ardDisplay') according to signature '': <type 'exceptions.TypeError'>: Fewer items found in D-Bus signature than in Python arguments Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 586 , in msg_reply_handler reply_handler(*message.get_args_list(**get_args_opts)) File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 391, i n _introspect_reply_handler self._introspect_execute_queue() File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 378, i n _introspect_execute_queue proxy_method(*args, **keywords) File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 132, i n __call__ **keywords) File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 566 , in call_async message.append(signature=signature, *args) TypeError: Fewer items found in D-Bus signature than in Python argumen ts João Paulo Rechi Vita 13 years ago 1 file, +1, -3
bea034e8 unit: Fix issue with D-Bus client unit test when building packages Marcel Holtmann 13 years ago 1 file, +3, -0
e4cd57b4 build: Add support for building hcidump utility Marcel Holtmann 13 years ago 3 files, +34, -3
4b723a44 hcidump: Add private header for L2CAP structures Marcel Holtmann 13 years ago 2 files, +273, -1
48a6b48a hcidump: Add missing declaration of amp_assoc_dump Marcel Holtmann 13 years ago 1 file, +2, -0
5ab38377 hcidump: Fix includes for parser functions Marcel Holtmann 13 years ago 1 file, +2, -2
bebc44c4 hcidump: Add parsing for AddToNowPlaying PDU Luiz Augusto von Dentz 13 years ago 1 file, +41, -0
69a49775 hcidump: Add parsing for ChangePath PDU Luiz Augusto von Dentz 13 years ago 1 file, +62, -0
fdc4bdb9 hcidump: Print all HCI_LE_Create_Connection parameters Johan Hedberg 13 years ago 1 file, +11, -0
aaf11641 hcidump: Add support for reading new data link btsnoop files Marcel Holtmann 13 years ago 1 file, +43, -2
00c99efd hcidump: Decode Read Data Block Size HCI cmd Decode Read Data Block Size HCI command and command status. < HCI Command: Read Data Block Size (0x04|0x000a) plen 0 > HCI Event: Command Complete (0x0e) plen 10 Read Data Block Size (0x04|0x000a) ncmd 1 status 0x00 Max ACL 1492 Block len 1492 Num blocks 4 Andrei Emeltchenko 13 years ago 1 file, +23, -1
7c2544bd hcidump: Decode Num Completed Data Blocks Adds decoding Number Of Completed Data Blocks Event > HCI Event: Number Of Completed Data Blocks (0x48) plen 9 Total num blocks 4 Num handles 1 Handle 0x0001: Num complt pkts 1 Num complt blks 1 Andrei Emeltchenko 13 years ago 1 file, +22, -0
d94ff6e9 hcidump: Add parsing for GeneralReject PDU Luiz Augusto von Dentz 13 years ago 1 file, +25, -0
28d3faaf hcidump: Add parsing for Search PDU Luiz Augusto von Dentz 13 years ago 1 file, +57, -0
4ec67ee8 hcidump: Add parsing for PlayItem PDU Luiz Augusto von Dentz 13 years ago 1 file, +57, -16
e985e638 hcidump: Add parsing for GetItemAttributes PDU Luiz Augusto von Dentz 13 years ago 1 file, +101, -28
09caa6c8 hcidump: Add parsing for SetAddressedPlayer PDU Luiz Augusto von Dentz 13 years ago 1 file, +35, -0
c0a3a46f hcidump: Fix EIR data parsing Data passed to ext_inquiry_data_dump are expected to start with length octet which was consumed by get_u8. Andrzej Kaczmarek 13 years ago 1 file, +4, -1
7d8b062e hcidump: Add parsing for GetFolderItems PDU Luiz Augusto von Dentz 13 years ago 1 file, +389, -0
03bdfd7e hcidump: Fix parsing SetBrowsedPlayer as AV/C pdu As per AVRCP specification 1.4 page 32 the command type of SetBrowsedPlayer is Browsing, so move it to browsing channel. In addition to that pass the avctp header to avrcp_dump as it is required to identify if the frame is a command or response. Luiz Augusto von Dentz 13 years ago 3 files, +11, -11
43332c11 hcidump: Add initial support for browsing channel Luiz Augusto von Dentz 13 years ago 4 files, +46, -8
5a347131 hcidump: Fix parsing of SetAddressedPlayer PDU Luiz Augusto von Dentz 13 years ago 1 file, +1, -1
0f73dfe2 hcidump: clean l2cap chan create/move dump Print psm as hex, add "chan" to create, move req/rsp. Andrei Emeltchenko 13 years ago 1 file, +8, -6
517242fa hcidump: Fix printing link handle Print logical link handle as 0x%4.4x and physical link handle as 0x%2.2x Andrei Emeltchenko 13 years ago 1 file, +11, -9
9570a4fd hcidump: Fix not printing new line when parsing AddressedPlayerChanged Luiz Augusto von Dentz 13 years ago 1 file, +2, -2
ab9e1b69 hcidump: Add decoding AMP Assoc data in write_remote_amp_assoc Use amp_assoc_dump in write_remote_amp_assoc HCI command Andrei Emeltchenko 13 years ago 1 file, +15, -0
f84bd3ec hcidump: Add parsing for SetBrowsedPlayer PDU Luiz Augusto von Dentz 13 years ago 1 file, +73, -0
da214244 hcidump: Add support for Addressed Player Changed event Luiz Augusto von Dentz 13 years ago 1 file, +10, -0
1935fd4b hcidump: Add decoding AMP Assoc data in HCI parser Andrei Emeltchenko 13 years ago 1 file, +2, -11
07f4c5a7 hcidump: Make assoc dump function available for HCI parser AMP Assoc dump will be used also for HCI dump functions Andrei Emeltchenko 13 years ago 2 files, +130, -102
87a94335 hcidump: Fix number of triplet calculation Country code is also included in the TLV size. Andrei Emeltchenko 13 years ago 1 file, +1, -1
fa2a4934 hcidump: Fix UUID-128 parsing ATT UUIDs are in little-endian format (in contrast to e.g. SDP). Johan Hedberg 13 years ago 1 file, +17, -12
36aa0104 hcidump: Add parsing of A2MP signals Peter Krystad 13 years ago 3 files, +356, -0
4ecc73e0 hcidump: Decode A2MP Get AMP Assoc rsp Adds decoding Assoc data: ... > ACL data: handle 11 flags 0x02 dlen 53 A2MP: Get AMP Assoc rsp: id 1 status (0) Success Assoc data [len 39]: MAC: <address> Preferred Chan List number of triplets 4 Country code: XXX Reg ext id 201 reg class 254 coverage class 0 Channel 1 max power 20 Channels 2 - 12 max power 20 Channels 4 - 8 max power 0 PAL CAP: 00 00 00 00 PAL VER: 01 Comp ID: <id> SubVer: 0001 ... Andrei Emeltchenko 13 years ago 1 file, +92, -9
4fcd79e8 hcidump: Fix "length" name for A2MP Assoc log Andrei Emeltchenko 13 years ago 1 file, +1, -1
b1640254 hcidump: Add support for passing RFCOMM channel for SAP Andrzej Kaczmarek 13 years ago 1 file, +9, -1
81f1cc27 hcidump: Add parameters parsing support for SAP PDU Andrzej Kaczmarek 13 years ago 1 file, +213, -1
47e1e43d hcidump: Add basic SAP parsing Andrzej Kaczmarek 13 years ago 4 files, +133, -0
e6e209fa hcidump: Add parsing support for Volume Change notification Luiz Augusto von Dentz 13 years ago 1 file, +4, -0
Previous Next