summaryrefslogtreecommitdiff
path: root/net/nimble/host/src/host_hci.c
AgeCommit message (Expand)Author
2016-07-02BLE Host - BLE_HS_EMSGSIZE used incorrectly.Christopher Collins
2016-06-14BLE Host - Encryption key refresh.Christopher Collins
2016-06-06BLE Host - Rename SM identifiers for consistency.Christopher Collins
2016-06-05BLE Host - Move state repetition go->process_result.Christopher Collins
2016-06-02second cut at host privacyPaul Dietrich
2016-04-20ble host - make priv header filenames consistent.Christopher Collins
2016-04-20ble host - separate blocking HCI from rxChristopher Collins
2016-04-19ble host - major changes.Christopher Collins
2016-04-06MYNEWT-265 BLE - advertise iBeaconChristopher Collins
2016-04-04ble host: reduce code size.Christopher Collins
2016-03-25nimble host: notify app when encryption changes.Christopher Collins
2016-03-25nimble host: Initial security manager (SM)Christopher Collins
2016-03-25nimble host - Add missing "\n" at end of log linesChristopher Collins
2016-03-22MYNEWT-100: remove need for each connection to have its own empty pduwes3
2016-02-17BLE host: Include all priv hdrs from ble_hs_priv.hChristopher Collins
2016-02-17(MYNEWT-69) BLE Hosti - att_clt stats.Christopher Collins
2016-02-12Remove ble_hci_ack.[ch]; merge into ble_hci_sched.Christopher Collins
2016-02-08Convert nimble host from console_printf to sys/logChristopher Collins
2016-02-06update license header files, continued.Sterling Hughes
2016-02-05Rename ble_gap_conn* to ble_gap*.Christopher Collins
2016-02-01Protect connection list with a mutexChristopher Collins
2016-01-29L2CAP signal channel.Christopher Collins
2016-01-25Don't expect 'role' field for failed connections.Christopher Collins
2016-01-23Support for more advertisement data fields.Christopher Collins
2016-01-21Handle Connection Update and Parameter Req events.Christopher Collins
2016-01-15Fix bugs found by slave-mode tests.Christopher Collins
2016-01-14Add GAP callback per-connection, rather than single global.Christopher Collins
2016-01-06Fix issues with Link Layer fragmentation. We now support (fully) the data len...wes3
2016-01-05Fix parsing bug for disconnection complete event.Christopher Collins
2015-12-22Error code overhaul continues.Christopher Collins
2015-12-21Parse data field of incoming advertisement report.Christopher Collins
2015-12-21Separate directed and undirected slave connectionsChristopher Collins
2015-12-17Number of Completed Packets event.Christopher Collins
2015-12-17Host HCI tx timeouts.Christopher Collins
2015-12-16GAP Terminate Connection procedure.Christopher Collins
2015-12-14Notify application of rxed advertisement reports.Christopher Collins
2015-12-14Rename ble_hs_ack to ble_hci_ack for consistency.Christopher Collins
2015-12-13Add disconnect command and code to terminate a connectionwes3
2015-12-09Split ble_hs.h into a public and private header.Christopher Collins
2015-12-09Replace posix errno code with ble_hs codes.Christopher Collins
2015-12-08ATT read by group type; fix bugs.Christopher Collins
2015-12-07Move some code around to expose some functions.Christopher Collins
2015-12-01Remove generic work queue; add hci batch queue.Christopher Collins
2015-11-30Allow simulataneous BLE host jobs.Christopher Collins
2015-11-30Initial work for client-side ATT.Christopher Collins
2015-11-25Read buffer size HCI command.Christopher Collins
2015-11-25Separate ATT server functionality from client.Christopher Collins
2015-11-25Modify host ble to account for latest mbuf changesChristopher Collins
2015-11-23Use mbufs for incoming HCI ACL data packets.Christopher Collins
2015-11-20Integrate ble_hs packet queues into l2cap.Christopher Collins