summaryrefslogtreecommitdiff
path: root/net/nimble/controller/src/ble_ll_conn_priv.h
AgeCommit message (Expand)Author
2016-08-11MYNEWT_83: Use fixed buffer for reception.William San Filippo
2016-08-11MYNEWT-83: Use a fixed buffer for reception for controller stackWilliam San Filippo
2016-08-03BLE Host - Use HCI transport APIChristopher Collins
2016-07-08MYNEWT-83: Controller should use a fixed buffer for receptionWilliam San Filippo
2016-06-15Add LE ping and Authenticated Payload Timeout eventWilliam San Filippo
2016-06-02first cut at LL privacyWilliam San Filippo
2016-06-02Initial cut of LL privacyWilliam San Filippo
2016-04-15MYNEWT-99: Implement LL encryption procedure.William San Filippo
2016-04-11Remove space at end of lineWilliam San Filippo
2016-03-30MYNEWT-277: add commands that need to be supported for data length extension....wes3
2016-03-02MYNEWT-188: controller code now uses correct mbuf API to free a mbuf chain.wes3
2016-02-17MYNEWT-87: add channel map update procedure. This also fixes a big in the dat...wes3
2016-02-10Initial read rssi command implementation. Currently returns unkwown rssi. Com...wes3
2016-02-06update license header files, continued.Sterling Hughes
2016-01-27First cut at connection parameter request procedure. Major modifications to s...wes3
2016-01-25Add local and remote version info commands, events and LL control procedureswes3
2016-01-25Add read remote used features and feature exchange control procedurewes3
2016-01-22Connection update procedure implemented. Most of connection parameter request...wes3
2016-01-18Many changes to the scheduler and link layer to allow for scheduling of multi...wes3
2016-01-06Fix issues with Link Layer fragmentation. We now support (fully) the data len...wes3
2016-01-04Start modification of code so that we can fragment PDUs that we send to other...wes3
2015-12-22Add actualy transmit end/receive end timing by using the chip to capture the ...wes3
2015-12-18Fix the completed packets event; it used to be a continuous counter which was...wes3
2015-12-15Add the number of completed packets event. Starting moving some code from the...wes3