Commits

Commit Message Author Age Changes
1cb924c8 Rename device_set_temporary to btd_device_set_temporary Allow this symbol to be exported and usable from external plugins. Szymon Janc 12 years ago 3 files, +14, -14
70510e5f Rename adapter_get_device to btd_adapter_get_device Allow this symbol to be exported and usable from external plugins. Szymon Janc 12 years ago 4 files, +24, -16
7b8e4374 core: Export some symbols from libbluetooth Those are commonly used and should be available for external plugins. Szymon Janc 12 years ago 1 file, +2, -0
a2f5d438 core: Fix protecting from agent callback freeing the agent Johan Hedberg 12 years ago 1 file, +5, -0
ec1dc313 core: Fix checking for removed authorization in agent_auth_cb Johan Hedberg 12 years ago 1 file, +5, -2
bb712ac7 android/socket: Use security level for connect / listen Use MEDIUM security level for connections without profile and default sec_level for others. rfsock now has pointer to profile info. Andrei Emeltchenko 12 years ago 1 file, +10, -2
b3c8fbbb android/socket: Make profile struct const We are not supposed to change profile structure, make it const. Andrei Emeltchenko 12 years ago 1 file, +4, -4
3cc6ed2d android/haltest: Add uuid autocompletions Andrei Emeltchenko 12 years ago 1 file, +10, -0
7eac2733 android/haltest: trivial: Fix typo channle -> channel Andrei Emeltchenko 12 years ago 1 file, +2, -2
07cd9bcd unit/AVDTP: Add /TP/SIG/SMG/BV-24-C test Verify that the IUT (ACP) is able to accept a command to abort a stream. Luiz Augusto von Dentz 12 years ago 1 file, +11, -0
7a36653c unit/AVDTP: Add /TP/SIG/SMG/BV-23-C test Verify that the IUT (INT) is able to abort a stream by issuing the AVDTP_ABORT and reporting the replied confirmation. Luiz Augusto von Dentz 12 years ago 1 file, +12, -0
71486d5b unit/AVDTP: Add /TP/SIG/SMG/BV-22-C test Verify that the IUT (ACP) is able to accept an AVDTP_SUSPEND_CMD, after the streaming procedure has been started, by reporting the suspension and replying the returned confirmation. Luiz Augusto von Dentz 12 years ago 1 file, +15, -0
793d6ea0 unit/AVDTP: Add /TP/SIG/SMG/BV-21-C test Verify that the IUT (INT) is able to initiate the suspension of a streaming procedure, after the streaming procedure has been started, by issuing the AVDTP_SUSPEND_CMD. Luiz Augusto von Dentz 12 years ago 1 file, +29, -95
25604cdb unit/AVDTP: Add /TP/SIG/SMG/BV-20-C test Verify that the IUT (ACP) is able to accept an AVDTP_CLOSE_CMD after the streaming procedure has been started, by releasing all the resources associated to the SEP, reporting of the closing and replying the returned confirmation. Luiz Augusto von Dentz 12 years ago 1 file, +15, -0
ec31e264 unit/AVDTP: Add /TP/SIG/SMG/BV-19-C test Verify that the IUT (INT) is able to initiate the release of a streaming procedure after the streaming procedure has been started, by issuing the AVDTP_CLOSE_CMD, releasing all the resources associated to the SEP after reception of the replied confirmation and reporting the closing. Luiz Augusto von Dentz 12 years ago 1 file, +46, -5
9c919910 unit/AVDTP: Add /TP/SIG/SMG/BV-18-C test To verify that the IUT (ACP) reports the reception of valid AVDTP_START_CMD and replies the returned confirmation. Luiz Augusto von Dentz 12 years ago 1 file, +76, -62
f9106dc9 unit/AVDTP: Add /TP/SIG/SMG/BV-17-C test Verify that the IUT (INT) is able to start a streaming procedure after the stream establishment is complete, by issuing the AVDTP_START_CMD, reporting the replied confirmation and streaming packets. Luiz Augusto von Dentz 12 years ago 1 file, +54, -0
6d1f0542 unit/AVDTP: Add /TP/SIG/SMG/BV-16-C test Verify that the IUT (ACP) reports the reception of valid AVDTP_OPEN_CMD for transport sessions associated to a SEP and replies the returned confirmation. Luiz Augusto von Dentz 12 years ago 1 file, +11, -0
4ac7f263 unit/AVDTP: Add /TP/SIG/SMG/BV-15-C test Verify that the IUT (INT) is able to establish a stream connection to a previously configured remote SEP by establishing one L2CAP channel (AVDTP_OPEN_CMD), and reports the related confirmation. Luiz Augusto von Dentz 12 years ago 1 file, +54, -2
dfbb482d unit/AVDTP: Add /TP/SIG/SMG/BV-12-C test Verify that the IUT (ACP) reports the reception of a valid get configuration command for remote SEP and replies the returned configuration. Luiz Augusto von Dentz 12 years ago 1 file, +14, -1
e676f037 unit/AVDTP: Add /TP/SIG/SMG/BV-11-C test Verify that the IUT (INT) is able to issue a valid get configuration command for remote SEP and report the replied configuration. Luiz Augusto von Dentz 12 years ago 1 file, +47, -0
bcf177d5 unit/AVDTP: Add /TP/SIG/SMG/BV-10-C test Verify that the IUT (ACP) reports the reception of a valid set configuration command for remote SEP, and configures the SEP as requested and replies the returned confirmation. Luiz Augusto von Dentz 12 years ago 1 file, +9, -0
ca097806 unit/AVDTP: Add /TP/SIG/SMG/BV-09-C test Verify that the IUT (INT) is able to issue a valid set configuration command for remote SEP and reports the replied confirmation. Luiz Augusto von Dentz 12 years ago 1 file, +68, -0
1a95d1ff unit/AVDTP: Add /TP/SIG/SMG/BV-08-C test Verify that the IUT (ACP) reports the reception of a valid query for remote SEP capabilities and replies the returned capabilities. Luiz Augusto von Dentz 12 years ago 1 file, +46, -2
498f18c9 unit/AVDTP: Add /TP/SIG/SMG/BV-07-C test Verify that the IUT (INT) is able to issue a valid query for remote SEP capabilities and reports the replied ones. Luiz Augusto von Dentz 12 years ago 1 file, +21, -2
9b2143fa unit/AVDTP: Add /TP/SIG/SMG/BV-06-C test Verify that the IUT (ACP) reports the reception of a valid stream discover command and replies the returned list of SEPs and media types. Luiz Augusto von Dentz 12 years ago 1 file, +19, -0
328074fc unit/AVDTP: Add /TP/SIG/SMG/BV-05-C test Verify that the IUT (INT) is able to issue a valid stream discover command and report the replied SEPs and media types. Luiz Augusto von Dentz 12 years ago 2 files, +242, -0
21b1bd69 android/AVDTP: Strip dependencies This strips AVDTP code of any dependency of core and btio to make it transport agnostic. Luiz Augusto von Dentz 12 years ago 5 files, +102, -708
e40bfde2 android: Add copy of current AVDTP implemention These files are not added to any makefile on purpose because they still have external dependencies. Luiz Augusto von Dentz 12 years ago 2 files, +4162, -0
df5d4d68 sdptool: Make code consistent for SPP record add Move freeing to the end of the function like it is done for other records. Andrei Emeltchenko 12 years ago 1 file, +3, -3
450129db sdptool: Fix memory leaks creating PBAP record Andrei Emeltchenko 12 years ago 1 file, +3, -0
a6aa0d73 sdptool: Fix memory leaks creating OPP record Andrei Emeltchenko 12 years ago 1 file, +3, -0
a7f01b2e android/socket: Add error printing possible close() failure Andrei Emeltchenko 12 years ago 1 file, +17, -6
407789ab android/socket: Use default sec_level for listen Set default security level low for OPP and SPP and medium for PBAP and MAS. Default security level would be low for listening without profile. Andrei Emeltchenko 12 years ago 1 file, +15, -3
1c2efb50 android/hal-utils: Fix possible NULL pointer dereference Andrei Emeltchenko 12 years ago 1 file, +6, -0
ed7452fb android/socket: Refactor socket send_fd function Make code cleaner and initialize local cmsg buffer to zeroes. Andrei Emeltchenko 12 years ago 1 file, +6, -3
b975a903 android/hal-sock: Print bdaddr on connect Andrei Emeltchenko 12 years ago 1 file, +2, -2
d84ffb05 android/socket: Support listen() with supplied chan number No profile is assigned in this case. There is a possibility to use Serial Port Profile. Andrei Emeltchenko 12 years ago 1 file, +7, -4
27d03628 android/socket: Add SPP SDP record Andrei Emeltchenko 12 years ago 1 file, +72, -1
980ffed8 android/socket: Add PBAP SDP record This adds SDP service record like shown below: Service Name: OBEX Phonebook Access Server Service RecHandle: 0x10002 Service Class ID List: "Phonebook Access - PSE" (0x112f) Protocol Descriptor List: "RFCOMM" (0x0003) Channel: 15 "OBEX" (0x0008) Profile Descriptor List: "Phonebook Access" (0x1130) Version: 0x0100 Andrei Emeltchenko 12 years ago 1 file, +73, -1
58ab9edb android/socket: Add SPP uuid to profile table Andrei Emeltchenko 12 years ago 1 file, +8, -1
b1e23ebd android/socket: Add MAS uuid to profile table Andrei Emeltchenko 12 years ago 1 file, +7, -0
30d49b2b android/socket: Add OPP SDP record This adds SDP record for OPP shown below: Service Name: OBEX Object Push Service RecHandle: 0x10002 Service Class ID List: "OBEX Object Push" (0x1105) Protocol Descriptor List: "RFCOMM" (0x0003) Channel: 9 "OBEX" (0x0008) Profile Descriptor List: "OBEX Object Push" (0x1105) Version: 0x0100 Andrei Emeltchenko 12 years ago 1 file, +81, -1
181158d8 android/socket: Add general service create/remove function create_record function from profile is used to create SDP service record. The record is removed from rfsock cleanup function. Andrei Emeltchenko 12 years ago 1 file, +31, -2
cb2fdb2f android/socket: Close file descriptor after sending Andrei Emeltchenko 12 years ago 1 file, +2, -0
7a9c4622 android/socket: Send connect signal to Android framework Android framework expects connect signal to be sent when remote device is connected. Andrei Emeltchenko 12 years ago 1 file, +30, -0
c8226366 android/socket: Send RFCOMM channel to framework Framework expects channel to be send. Andrei Emeltchenko 12 years ago 1 file, +5, -0
a1deeaf5 android/socket: Implement HAL connect call HAL connect uses similar event handlers like listen call. Andrei Emeltchenko 12 years ago 1 file, +36, -0
9b33ebad android/socket: Parse SDP response and connect Parse SDP response, find RFCOMM channel and connect. Andrei Emeltchenko 12 years ago 1 file, +68, -0
57ad7765 client: Add paired-devices command to bluetoothctl Paired-devices command lists only paired devices Sebastian Chlad 12 years ago 1 file, +22, -0
Previous Next