summaryrefslogtreecommitdiff
path: root/net/nimble/host/src/test/ble_l2cap_test.c
AgeCommit message (Expand)Author
2016-08-03BLE Host - Rename HCI identifiers and files.Christopher Collins
2016-07-22BLE Host - Use mbufs instead of flat bufs.Christopher Collins
2016-07-11BLE Host - GAP event callback updates.Christopher Collins
2016-07-11BLE Host - ble_gap_conn_ctxt->ble_gap_event_ctxtChristopher Collins
2016-05-19BLE Host - Move status into GAP ctxt object.Christopher Collins
2016-05-13BLE Host - Enforce thread safety in unit tests.Christopher Collins
2016-05-11BLE Host unit tests - queue of previous data txes.Christopher Collins
2016-04-19ble host - major changes.Christopher Collins
2016-04-11ble host - Use blocking HCI tx in GAP procedures.Christopher Collins
2016-04-04ble host: reduce code size.Christopher Collins
2016-02-17BLE host: Include all priv hdrs from ble_hs_priv.hChristopher Collins
2016-02-06replace license headers with ASF license. first pass.Sterling Hughes
2016-02-05Switch nimble host from private mbuf poool to msysChristopher Collins
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-27Sort L2CAP channels by channel ID.Christopher Collins
2016-01-27Honor L2CAP connection parameter update requests.Christopher Collins
2016-01-25Reassembly of fragmented HCI ACL data.Christopher Collins
2016-01-14Add GAP callback per-connection, rather than single global.Christopher Collins
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-11-25Separate ATT server functionality from client.Christopher Collins
2015-11-25Modify host ble to account for latest mbuf changesChristopher Collins
2015-11-20Integrate ble_hs packet queues into l2cap.Christopher Collins
2015-11-20Data queues in host task; remove l2cap buffers.Christopher Collins
2015-11-12Basic GAP test with running OS.Christopher Collins
2015-11-10Handle connection events.Christopher Collins
2015-11-09Merge host_hci task into ble_hs task.Christopher Collins
2015-11-05Send error response on rx of bad attr read req.Christopher Collins