summaryrefslogtreecommitdiff
path: root/emulator/bthost.c
Commit message (Expand)AuthorAgeFilesLines
...
* emulator/bthost: Simplify bthost_createSzymon Janc2014-11-041-3/+1
* emulator/bthost: Read local features upon initJohan Hedberg2014-10-021-0/+21
* emulator/bthost: Add missing flow_ctrl assignmentJakub Tyszkowski2014-10-011-0/+1
* emulator/bthost: Add bthost_send_cid_vLuiz Augusto von Dentz2014-09-301-0/+12
* emulator/bthost: Refactor code using RFCOMM_UIHLuiz Augusto von Dentz2014-09-301-68/+57
* emulator/bthost: Avoid coping in l2cap_sig_sendLuiz Augusto von Dentz2014-09-301-33/+42
* emulator/bthost: Add skeleton for passing encryption changes to SMPJohan Hedberg2014-09-191-0/+3
* emulator/bthost: Fix setting new encryption mode for failure statusJohan Hedberg2014-09-191-0/+3
* emulator/bthost: Add getter functions needed by SMPJohan Hedberg2014-09-181-0/+15
* emulator/bthost: Add iovec supportLuiz Augusto von Dentz2014-09-181-45/+51
* emulator: Add support for specifying SMP authentication requirementJohan Hedberg2014-09-161-1/+1
* emulator: Use explicit IO capability for bthostJohan Hedberg2014-09-131-1/+4
* emulator/bthost: Fix not matching cid data properlyLuiz Augusto von Dentz2014-09-051-1/+1
* emulator/bthost: Add hci disconnectMarcin Kraglak2014-08-251-0/+11
* emulator: Add flags param to advertise enabling functionJakub Tyszkowski2014-07-181-1/+20
* emulator/bthost: Add support to set auth_req for bthostAndrzej Kaczmarek2014-05-191-1/+7
* emulator/bthost: Set advertising parameters before enabling advertisingJohan Hedberg2014-03-141-0/+8
* monitor: Use 64-bit unsigned integer for random numberMarcel Holtmann2014-02-271-3/+5
* emulator/bthost: Fix command queueMarcin Kraglak2014-02-191-3/+7
* tools/bthost: Fix RFCOMM channel variable typeJohan Hedberg2014-02-191-1/+1
* emulator/bthost: Rename rfcomm_channel to rfcomm_chan for shorter symbol namesJohan Hedberg2014-02-191-17/+17
* emulator/bthost: Add function to send RFCOMM UIH frames from bthostMarcin Kraglak2014-02-191-0/+97
* emulator/bthost: Add api to handle RFCOMM data on bthostMarcin Kraglak2014-02-191-4/+66
* emulator/bthost: Check length of received RFCOMM UIH framesMarcin Kraglak2014-02-171-8/+30
* emulator/bthost: Check length of received RFCOMM UA framesMarcin Kraglak2014-02-171-2/+8
* emulator/bthost: Check length of received RFCOMM DM framesMarcin Kraglak2014-02-171-1/+6
* emulator/bthost: Check length of received RFCOMM DISC frameMarcin Kraglak2014-02-171-1/+6
* emulator/bthost: Check length of received RFCOMM SABM frameMarcin Kraglak2014-02-171-2/+8
* emulator: Fix crash if socket(AF_ALG) is not supported by the kernelAnderson Lizardo2014-01-271-2/+4
* emulator/bthost: Add dummy entries for LTK reply completionJohan Hedberg2014-01-201-0/+4
* emulator/bthost: Add SMP callback to fetch LTKJohan Hedberg2014-01-201-0/+34
* emulator/bthost: Add warning for unsupported LE Meta eventsJohan Hedberg2014-01-201-0/+1
* emulator/bthost: Add SMP supportJohan Hedberg2014-01-201-3/+39
* emulator/bthost: Add dummy handler for User Confirm Request Reply completionJohan Hedberg2014-01-201-0/+2
* emulator/bthost: Remove unnecessary printfJohan Hedberg2014-01-171-2/+0
* emulator/bthost: More RFCOMM code cleanupsJohan Hedberg2014-01-161-38/+42
* emulator/bthost: Further cleanups to the RFCOMM codeJohan Hedberg2014-01-161-38/+36
* emulator/bthost: Clean up RFCOMM related codeJohan Hedberg2014-01-161-27/+20
* tools/bthost: Remove useless channel parameter from RFCOMM callbackJohan Hedberg2014-01-161-5/+4
* emulator/bthost: Call rfcomm_connect_cb when connectedMarcin Kraglak2014-01-161-0/+22
* emulator/bthost: Add implementation to PN RSPMarcin Kraglak2014-01-161-0/+3
* emulator/bthost: Ad implementation of rfcomm_ua_recvMarcin Kraglak2014-01-161-0/+35
* emulator/bthost: Implement bthost_connect_rfcommMarcin Kraglak2014-01-161-0/+62
* emulator/bthost: Implement recv_disc rfcomm frame in bthostMarcin Kraglak2014-01-161-0/+4
* emulator/bthost: Service msc framesMarcin Kraglak2014-01-161-0/+28
* emulator/bthost: Add recv_pn implementationMarcin Kraglak2014-01-161-0/+53
* emulator/bthost: Add rfcomm_mcc_recv stubMarcin Kraglak2014-01-161-0/+19
* emulator/bthost: Add recv_sabm imnplementationMarcin Kraglak2014-01-161-0/+111
* emulator/bthost: Add method to create rfcomm serverMarcin Kraglak2014-01-161-0/+32
* emulator/bthost: Add initial rfcomm handlingMarcin Kraglak2014-01-161-1/+66