OSDN Git Service

emulator: Fix sending valid HCI_LE_Create_Connection parameters
[android-x86/external-bluetooth-bluez.git] / emulator / bthost.c
2015-11-12 Johan Hedbergemulator: Fix sending valid HCI_LE_Create_Connection...
2015-05-17 Szymon Jancemulator/bthost: Add support for setting custom ADV...
2015-04-08 Marcel Holtmannemulator: Add support for LE remote features command
2015-04-01 Marcel Holtmannemulator: Handle event for LE connection update complet...
2015-02-27 Johan Hedbergemulator/bthost: Fix calling RFCOMM callback for zero...
2015-02-12 Marcel Holtmannemulator: Use local includes for libbluetooth headers
2015-01-23 Johan Hedbergemulator: Fix L2CAP & RFCOMM state changes
2015-01-07 Johan Hedbergemulator/bthost: Add support for triggering SMP over...
2015-01-07 Johan Hedbergemulator/bthost: Add support for requesting L2CAP fixed...
2014-12-17 Johan Hedbergemulator: Add SMP over BR/EDR support
2014-12-17 Johan Hedbergemulator: Fix Write_LE_Host_Supported command sending
2014-12-17 Johan Hedbergemulator: Improve L2CAP info request support in bthost
2014-12-17 Johan Hedbergemulator: Track LE enable status in bthost
2014-12-17 Johan Hedbergemulator: Avoid 'unknown command' for user confirm...
2014-12-17 Johan Hedbergemulator: Provide API to enable LE host support
2014-12-17 Johan Hedbergemulator: Avoid 'unknown command' for HCI_Write_Secure_...
2014-12-03 Johan Hedbergemulator/bthost: Add API to wait for bthost readiness
2014-12-03 Johan Hedbergemulator/bthost: Add API to enable SC support
2014-11-04 Szymon Jancemulator/bthost: Remove empty bthost_stop function
2014-11-04 Szymon Jancemulator/bthost: Move smp_start to bthost_create
2014-11-04 Szymon Jancemulator/bthost: Simplify bthost_create
2014-10-02 Johan Hedbergemulator/bthost: Read local features upon init
2014-10-01 Jakub Tyszkowskiemulator/bthost: Add missing flow_ctrl assignment
2014-09-30 Luiz Augusto von... emulator/bthost: Add bthost_send_cid_v
2014-09-30 Luiz Augusto von... emulator/bthost: Refactor code using RFCOMM_UIH
2014-09-30 Luiz Augusto von... emulator/bthost: Avoid coping in l2cap_sig_send
2014-09-19 Johan Hedbergemulator/bthost: Add skeleton for passing encryption...
2014-09-19 Johan Hedbergemulator/bthost: Fix setting new encryption mode for...
2014-09-18 Johan Hedbergemulator/bthost: Add getter functions needed by SMP
2014-09-18 Luiz Augusto von... emulator/bthost: Add iovec support
2014-09-16 Johan Hedbergemulator: Add support for specifying SMP authentication...
2014-09-13 Johan Hedbergemulator: Use explicit IO capability for bthost
2014-09-05 Luiz Augusto von... emulator/bthost: Fix not matching cid data properly
2014-08-25 Marcin Kraglakemulator/bthost: Add hci disconnect
2014-07-18 Jakub Tyszkowskiemulator: Add flags param to advertise enabling function
2014-05-19 Andrzej Kaczmarekemulator/bthost: Add support to set auth_req for bthost
2014-03-14 Johan Hedbergemulator/bthost: Set advertising parameters before...
2014-02-27 Marcel Holtmannmonitor: Use 64-bit unsigned integer for random number
2014-02-19 Marcin Kraglakemulator/bthost: Fix command queue
2014-02-19 Johan Hedbergtools/bthost: Fix RFCOMM channel variable type
2014-02-19 Johan Hedbergemulator/bthost: Rename rfcomm_channel to rfcomm_chan...
2014-02-19 Marcin Kraglakemulator/bthost: Add function to send RFCOMM UIH frames...
2014-02-19 Marcin Kraglakemulator/bthost: Add api to handle RFCOMM data on bthost
2014-02-17 Marcin Kraglakemulator/bthost: Check length of received RFCOMM UIH...
2014-02-17 Marcin Kraglakemulator/bthost: Check length of received RFCOMM UA...
2014-02-17 Marcin Kraglakemulator/bthost: Check length of received RFCOMM DM...
2014-02-17 Marcin Kraglakemulator/bthost: Check length of received RFCOMM DISC...
2014-02-17 Marcin Kraglakemulator/bthost: Check length of received RFCOMM SABM...
2014-01-27 Anderson Lizardoemulator: Fix crash if socket(AF_ALG) is not supported...
2014-01-20 Johan Hedbergemulator/bthost: Add dummy entries for LTK reply completion
2014-01-20 Johan Hedbergemulator/bthost: Add SMP callback to fetch LTK
2014-01-20 Johan Hedbergemulator/bthost: Add warning for unsupported LE Meta...
2014-01-20 Johan Hedbergemulator/bthost: Add SMP support
2014-01-20 Johan Hedbergemulator/bthost: Add dummy handler for User Confirm...
2014-01-17 Johan Hedbergemulator/bthost: Remove unnecessary printf
2014-01-16 Johan Hedbergemulator/bthost: More RFCOMM code cleanups
2014-01-16 Johan Hedbergemulator/bthost: Further cleanups to the RFCOMM code
2014-01-16 Johan Hedbergemulator/bthost: Clean up RFCOMM related code
2014-01-16 Johan Hedbergtools/bthost: Remove useless channel parameter from...
2014-01-16 Marcin Kraglakemulator/bthost: Call rfcomm_connect_cb when connected
2014-01-16 Marcin Kraglakemulator/bthost: Add implementation to PN RSP
2014-01-16 Marcin Kraglakemulator/bthost: Ad implementation of rfcomm_ua_recv
2014-01-16 Marcin Kraglakemulator/bthost: Implement bthost_connect_rfcomm
2014-01-16 Marcin Kraglakemulator/bthost: Implement recv_disc rfcomm frame in...
2014-01-16 Marcin Kraglakemulator/bthost: Service msc frames
2014-01-16 Marcin Kraglakemulator/bthost: Add recv_pn implementation
2014-01-16 Marcin Kraglakemulator/bthost: Add rfcomm_mcc_recv stub
2014-01-16 Marcin Kraglakemulator/bthost: Add recv_sabm imnplementation
2014-01-16 Marcin Kraglakemulator/bthost: Add method to create rfcomm server
2014-01-16 Marcin Kraglakemulator/bthost: Add initial rfcomm handling
2014-01-15 Johan Hedbergemulator/bthost: Fix requesting encryption if authentic...
2014-01-15 Johan Hedbergemulator/bthost: Add API to request authentication
2014-01-15 Johan Hedbergemulator/bthost: Add basic support for link key requests
2014-01-13 Johan Hedbergemulator/bthost: Add API to reject SSP User Confirmation
2014-01-13 Johan Hedbergemulator/bthost: Add support for specifying custom...
2014-01-13 Marcin Kraglakemulator/bthost: Fix sending L2CAP config req
2014-01-13 Johan Hedbergemulator/bthost: Request encryption when authentication...
2014-01-10 Marcel Holtmannemulator: Make use of generic endian conversion macros
2014-01-10 Johan Hedbergemulator/bthost: Add basic handling of user confirm...
2014-01-10 Johan Hedbergemulator: Add dummy cmd complete handler for IO Capabil...
2014-01-10 Johan Hedbergemulator/bthost: Add basic IO Capability Request &...
2014-01-10 Johan Hedbergtools/bthost: Add dummy handler for HCI_Write_SSP_Mode...
2014-01-10 Johan Hedbergemulator/bthost: Track remote address in btconn
2014-01-10 Johan Hedbergemulator/bthost: Add support for enabling SSP mode
2014-01-08 Johan Hedbergemulator/bthost: Add dummy handler for Authentication...
2014-01-08 Johan Hedbergemulator/bthost: Add dummy handler for Link Key Notific...
2014-01-08 Johan Hedbergemulator/bthost: Add basic PIN Code Request handling
2014-01-02 Johan Hedbergemulator/bthost: Add support for encryption change...
2013-12-20 Marcin Kraglakemulator/bthost: Remove not used bthost_set_server_psm
2013-12-20 Johan Hedbergemulator/bthost: Remove double lookup with bthost_find_...
2013-12-20 Johan Hedbergemulator/bthost: Make bthost_add_l2cap_conn return...
2013-12-20 Marcin Kraglakemulator: Add new method for adding l2cap server
2013-12-19 Marcin Kraglakemulator: Add L2CAP PSM handling to bthost
2013-12-16 Szymon Jancemulator/bthost: Fix use after free in bthost_destroy
2013-12-01 Johan Hedbergemulator/bthost: Add LE L2CAP Connect support
2013-12-01 Johan Hedbergemulator/bthost: Add Disconnect request support for LE
2013-11-29 Johan Hedbergemulator/bthost: Add API for requesting LE encryption
2013-11-05 Johan Hedbergemulator/bthost: Add support for CID hooks
2013-09-25 Johan Hedbergemulator/bthost: Add support for creating LE connections
2013-09-20 Johan Hedbergemulator/bthost: Fix using correct address type for...
next