Commits

Commit Message Author Age Changes
8fd1e03c core: Don't load connection parameters when LE is not supported Marcel Holtmann 11 years ago 1 file, +8, -0
7b709307 core: Add support for storing and reloading connection parameters Johan Hedberg 11 years ago 1 file, +159, -0
922b9411 core: Add device API for setting connection parameters Johan Hedberg 11 years ago 2 files, +34, -0
460d1656 lib/mgmt: Add definitions for Load Connection Parameters Johan Hedberg 11 years ago 1 file, +14, -0
bd7ad09d doc: Document storage location of connection parameters Johan Hedberg 11 years ago 1 file, +10, -0
325a33cd core: Add initial handling of New Connection Parameter event Johan Hedberg 11 years ago 1 file, +30, -0
d64ca282 android/pts: Update HOGP tests results Grzegorz Kolodziejczyk 11 years ago 1 file, +11, -1
7f2197ae android/client: Fix data parsing for write descriptor This fix data parsing for write descriptor by using fill buffer function. Fill buffer helper has been moved upper to be visible for write descriptor function. Grzegorz Kolodziejczyk 11 years ago 1 file, +51, -49
69f8e6a0 android/pts: Update result for HDP TC_SRC_CC_BV_09_C Ravi kumar Veeramally 11 years ago 1 file, +9, -1
9fc27fdd android/client: Change multi dimension array to struct mode It will be hard to add extra parameters in multi dimension array. Ravi kumar Veeramally 11 years ago 1 file, +54, -29
c43eb0ed android/health: Handle incoming streaming data channel request First data channel should be reliable data channel when remote device in sink role request data channel with option any. Ravi kumar Veeramally 11 years ago 1 file, +9, -4
b4b9893a android/pts: Update HOGP tests result Test results for write report characteristic update. Grzegorz Kolodziejczyk 11 years ago 1 file, +16, -4
661e7ae5 android/hidhost: Use bt_hog_send_report in bt_hid_set_report If bt_hid_set_report is called for a HoG device send data using bt_hog_send_report. Szymon Janc 11 years ago 1 file, +12, -1
f8861352 android/hog: Add bt_hog_send_report This function can be used to send data using specified report if one is available. Luiz Augusto von Dentz 11 years ago 2 files, +38, -0
db3aa394 doc: Add management support for controller configuration Marcel Holtmann 11 years ago 1 file, +132, -0
c6bb2f22 lib: Add strings for connection parameters management opcodes Marcel Holtmann 11 years ago 1 file, +2, -0
46f68d73 monitor: Add support for decoding New Connection Parameter event Andre Guedes 11 years ago 1 file, +30, -0
a1451db1 lib/mgmt: Add New Connection Parameter Event This patch adds struct and macro for New Connection Parameter Event. Andre Guedes 11 years ago 1 file, +10, -0
90d48e47 core: Ignore non-connectable Device Found events for now Johan Hedberg 11 years ago 1 file, +4, -0
a1d9887c android/README: Add PBAP fix to recommended Android patch list Szymon Janc 11 years ago 1 file, +1, -0
d6c8704d android/pts: Update PBAP tests results Szymon Janc 11 years ago 2 files, +2, -2
36a18112 lib: Add device found flag for not connectable Marcel Holtmann 11 years ago 1 file, +1, -0
bce31c8d doc: Introduce Non Connectable flag for Device Found event Marcel Holtmann 11 years ago 1 file, +6, -0
b99ec9df core: Fix calling adapter_auto_connect_add when connected This call shouldn't depend on whether we're already connected or not. Johan Hedberg 11 years ago 1 file, +3, -2
5df3c149 core: Always elevate LE security level if LTK is available Johan Hedberg 11 years ago 1 file, +23, -0
936c850a android/pts: Update HDP tests results Szymon Janc 11 years ago 1 file, +2, -2
302236e7 core: Use connect_list to track kernel auto-connect devices Johan Hedberg 11 years ago 1 file, +92, -7
09b9ffbd lib/mgmt: Add defines for Add/Remove Device responses Johan Hedberg 11 years ago 1 file, +6, -0
bdc46037 core: Don't call Add Device from adapter_connect_list_add Johan Hedberg 11 years ago 1 file, +8, -19
3db24561 android/pts: Update L2CAP test results Szymon Janc 11 years ago 1 file, +3, -2
9e019ffd android/pts: Update PTS test results for HDP Andrei Emeltchenko 11 years ago 1 file, +10, -2
08ac8ee9 AUTHORS: Mention Artem's contributions Marcel Holtmann 11 years ago 1 file, +1, -0
c3db771d sdp: Fix requests with invalid size This patch fixes processing of SDP requests which have wrong PDU size in header. Every SDP request consists of two parts: header and data. Header always contains 3 values: request code (identifies it's type), transaction ID (in order to match response with request), and data's size. According to Bluetooth specification, when the data's size is wrong, SDP server should return SDP_ErrorResponse with "Invalid PDU Size" parameter. But now the server doesn't respond at all, and corresponding socket on client's side crashes. The patch actually reverts commit 388761cdc8f8a1293bb0b1a5bd576b5fb41616ca, because the size of request should be checked inside handle_request() function in order to be able to respond with SDP_ErrorResponse, instead of stopping the connection. Artem Rakhov 11 years ago 1 file, +5, -1
9c7feeb2 android/health: Update PTS result Results for TC_SRC_HCT_BV_04_I, TC_SRC_HCT_BV_06_C and TC_SNK_HCT_BV_04_I. Ravi kumar Veeramally 11 years ago 1 file, +21, -3
020a0735 android/health: Implement MDL reconnection from remote device Ravi kumar Veeramally 11 years ago 1 file, +57, -4
f79aaa49 android/health: Fix do not set mdl callbacks on mcl_reconneced call back MDL related callbacks should be already set when creating mcl. Only update connection status. Ravi kumar Veeramally 11 years ago 1 file, +7, -6
469e97b5 android/health: Implement mcl_uncached callback Ravi kumar Veeramally 11 years ago 1 file, +6, -1
f13833fc android/health: Implement mcl_disconnected cb Provide a utility to find device by mcl and update the mcl status. Ravi kumar Veeramally 11 years ago 1 file, +45, -1
f77a6b22 android/pts: Update HOGP tests results Szymon Janc 11 years ago 2 files, +7, -7
2275ace5 android/dis: Detach on free Luiz Augusto von Dentz 11 years ago 1 file, +1, -2
2669e85a android/bas: Read CCC initial value for Battery Level This is required by the following test: - TP/HGRF/HH/BV-11-I [Read Client Characteristic Configuration Descriptor for Battery Level Characteristic] Luiz Augusto von Dentz 11 years ago 1 file, +17, -1
6295771c android/bas: Enable notification for Battery Level characteristic Luiz Augusto von Dentz 11 years ago 1 file, +67, -3
563ccacc android/scpp: Fix not detaching on free Luiz Augusto von Dentz 11 years ago 1 file, +1, -2
fc65a8cf android/scpp: Fix not unregistering on detach Luiz Augusto von Dentz 11 years ago 1 file, +5, -0
a41d08c3 android/hog: Remove unused code report_free is only called once after detaching so this code is no longer necessary. Luiz Augusto von Dentz 11 years ago 1 file, +0, -4
ab945f5d android/hog: Fix not detaching on free Luiz Augusto von Dentz 11 years ago 1 file, +2, -1
31fa4c92 android/hog: Fix not resetting properly on detach Luiz Augusto von Dentz 11 years ago 1 file, +4, -1
71443476 android/hog: Read CCC initial value for Input Report This is required by the following test: - TP/HGRF/RH/BV-05-I [Read Client Characteristic Configuration Descriptors for Report Characteristics – Input Report] Luiz Augusto von Dentz 11 years ago 1 file, +15, -1
3d86acb9 android/hog: Read initial value of Report characteristic This is required by following tests: - TP/HGRF/RH/BV-03-I [Read Report Characteristics – Input Report] - TP/HGRF/RH/BV-19-I [Read Report Characteristics – Output Report] - TP/HGRF/RH/BV-07-I [Read Report Characteristics – Feature Report] Luiz Augusto von Dentz 11 years ago 1 file, +24, -9
e9d55bcb core: Add separate functions for auto-connect kernel devices Marcel Holtmann 11 years ago 3 files, +54, -17
Previous Next