Commits

Commit Message Author Age Changes
06d70d1c btmgmt: Add keys command This command calls the load_link_keys mgmt method and can also be used for load_long_term_keys in the future. Right now it always sends an empty list but is still useful for activating the HCI_LINKKEYS flag in the kernel so that the kernel keeps track of link keys. Johan Hedberg 14 years ago 1 file, +31, -0
d6556d05 btmgmt: Add mgmt status to string conversion function Johan Hedberg 14 years ago 1 file, +76, -35
f2091098 btmgmt: Add more convenient address type string function Johan Hedberg 14 years ago 1 file, +19, -31
0573fc7c mgmt: Add address type to mgmt_pair_device This is important especially in the future when dual-mode devices can be connected to over LE. It's also important if/when we decide to move the advertisement cache into user-space. Johan Hedberg 14 years ago 4 files, +23, -10
4ba06534 btmgmt: Fix compilation issues with hci_set_bit This fixes string-aliasing rules warnings/errors with certain compilers. Johan Hedberg 14 years ago 1 file, +7, -3
39609dee btmgmt: Add support for specifying IO capability when pairing Johan Hedberg 14 years ago 1 file, +35, -4
70e2eb28 btmgmt: Add basic user confirm support Johan Hedberg 14 years ago 1 file, +99, -0
56e618fa btmgmt: Add basic PIN Code request support Johan Hedberg 14 years ago 1 file, +87, -0
74b43ba8 mgmt: Add status parameter to disconnect response Johan Hedberg 14 years ago 4 files, +15, -2
826baf65 btmgmt: Add basic remove command Johan Hedberg 14 years ago 1 file, +53, -0
60bb8e35 mgmt: Add bdaddr and status to remove_keys response Johan Hedberg 14 years ago 2 files, +6, -1
c9c244d4 btmgmt: Add basic pair command Johan Hedberg 14 years ago 1 file, +53, -0
60f1ace5 btmgmt: Make use of struct mgmt_cp_start_discovery Johan Hedberg 14 years ago 1 file, +6, -7
86c731b3 mgmtops: Update start_discovery parameters to latest spec Johan Hedberg 14 years ago 1 file, +12, -5
f89f6b68 Add struct for start_discovery to mgmt.h Johan Hedberg 14 years ago 1 file, +3, -0
e1c4b57e btmgmt: Fix start_discovery parameters to match latest spec Johan Hedberg 14 years ago 1 file, +12, -3
caf32764 SAP: Fix handling ongoing call in sap-dummy There is no need to send sap_connect_rsp when "call" is ended. Status Indication is enough. Also we should provide max supported msg size in the connect response having status: OK_ONGOING_CALL. Lukasz Rymanowski 14 years ago 1 file, +1, -3
519ff20d SAP: Fix handling ongoing call If device is in ongoing call SAP server shall response on connect with connection status 0x04 and once call is ended shall send reset status indication. With this patch, when reset status indication comes from backend and SAP server is in connection in progreess state, SAP server changes state to connected. Lukasz Rymanowski 14 years ago 1 file, +28, -10
2d6ca052 SAP: Fix for connect response Max Message size shall be added to connect response when ConnectionStatus is SAP_STATUS_OK_ONGOING_CALL. Let's always attach maxmsgsize to the connect response if it is provided by the backend. Lukasz Rymanowski 14 years ago 1 file, +1, -2
a5c10fde SAP: Add support for handle ongoing call With this patch support for handling connect request during ongoing call is added. Lukasz Rymanowski 14 years ago 1 file, +45, -9
54e4ac2d btmgmt: Fix missing : in switch statement Johan Hedberg 14 years ago 1 file, +1, -1
f062b128 mgmt: Add LE public/random info to address types Johan Hedberg 14 years ago 3 files, +26, -14
7f28cd58 btmgmt: Fix use of unitialized variable Johan Hedberg 14 years ago 1 file, +1, -1
4c63c025 mgmt: Update BR/EDR link key message naming to match new API Johan Hedberg 14 years ago 3 files, +31, -31
7ee8ea02 mgmt: Add address type fields to messages that need them Johan Hedberg 14 years ago 3 files, +63, -34
d7e8d3cb btmgmt: Fix missing newline in error message Johan Hedberg 14 years ago 1 file, +1, -1
9aeb6205 mgmt-api: Only 4 bytes are needed for the controller settings Johan Hedberg 14 years ago 1 file, +1, -1
4cb40f81 mgmt-api: Update get_connections and connect_failed with address type info Johan Hedberg 14 years ago 1 file, +13, -2
ca431639 btiotest: Add option to set socket priority Setting a priority outside the range 0 to 6 requires the CAP_NET_ADMIN capability. Luiz Augusto von Dentz 14 years ago 1 file, +14, -4
992f2476 btio: add BT_IO_OPT_PRIORITY option BT_IO_OPT_PRIORITY uses SO_PRIORITY to set the priority of the socket Luiz Augusto von Dentz 14 years ago 2 files, +44, -4
b96496bb rctest: Add option 'Y' to set socket priority Priority is set using SO_PRIORITY, see man 7 socket for more details. Luiz Augusto von Dentz 14 years ago 1 file, +41, -7
53bc28a2 l2test: Add option 'Y' to set socket priority Priority is set using SO_PRIORITY, see man 7 socket for more details. Luiz Augusto von Dentz 14 years ago 1 file, +43, -7
3adcd9ed AVRCP: implement TRACK-REACHED-END event Lucas De Marchi 14 years ago 4 files, +25, -1
d0ae9987 Add discovery cases to mgmt_cmd_complete() Andre Guedes 14 years ago 1 file, +6, -0
2f9b083e mgmt-api: Fix typos and consistency issues Johan Hedberg 14 years ago 1 file, +11, -11
59362cd9 btmgmt: Accept "yes" in addition to "on" Johan Hedberg 14 years ago 1 file, +2, -2
76bfabc7 mgmt: Update set_discoverable to match new API Johan Hedberg 14 years ago 3 files, +47, -2
35c7dd41 Fix response on AT+CHLD=0 in maemo6 Currently, +CIEV indicator after AT+CHLD=0 command for one active call, one held call, one incoming call scenario is incorrect. callheld=2 according to HFP 1.5 spec., p.70, means 'Call on hold, no active call'. Hence, value 2 cannot be provided in +CIEV if there is an active call. Dmitriy Paliy 14 years ago 1 file, +7, -3
8bfd6b66 Implement D-Bus get properties function Santiago Carot-Nemesio 14 years ago 1 file, +29, -3
5c8be878 Manage watcher's disconnections from the bus Santiago Carot-Nemesio 14 years ago 1 file, +10, -1
29db85bf Disable final measurements indication when last watcher is removed Santiago Carot-Nemesio 14 years ago 1 file, +24, -1
e09be5e2 Enable final measurement indications when first watcher is enabled Santiago Carot-Nemesio 14 years ago 1 file, +75, -1
5fa4b3d1 Implement D-Bus unregister watcher function Santiago Carot-Nemesio 14 years ago 1 file, +27, -3
e4d4359c Implement D-Bus register watcher function Santiago Carot-Nemesio 14 years ago 1 file, +93, -3
5ab1c52a Get valid range descriptor if it is supported Santiago Carot-Nemesio 14 years ago 1 file, +38, -1
d7fecaa1 Process characteristic descriptors in the thermometer service Santiago Carot-Nemesio 14 years ago 1 file, +76, -1
64cb3989 btmgmt: Add connectable value to info output Johan Hedberg 14 years ago 1 file, +5, -5
f82fc05d btmgmt: Add name command Johan Hedberg 14 years ago 1 file, +35, -0
316a0cb5 btmgmt: Don't report on all events unless monitoring Johan Hedberg 14 years ago 1 file, +46, -32
1271ea41 btmgmt: Add find command Johan Hedberg 14 years ago 1 file, +30, -0
Previous Next