summaryrefslogtreecommitdiff
path: root/net/nimble/host/src/ble_att_svr.c
AgeCommit message (Expand)Author
2016-08-12BLE Host - Only log ATT cmd after tx succeeds.Christopher Collins
2016-08-12BLE Host - Report updated MTU via GAP event cb.Christopher Collins
2016-08-10BLE Host - Check conn state once before proc.Christopher Collins
2016-08-09BLE Host - Cleanup att_svr rx prep / exec write.Christopher Collins
2016-08-09BLE Host - reuse exec-write-req mbuf for rsp.Christopher Collins
2016-08-07BLE Host - validate write upon rx of prep writeChristopher Collins
2016-08-07BLE Host - Free mbufs on exec-write-failureChristopher Collins
2016-08-06BLE Host - Free mbufs on exec-write-failureChristopher Collins
2016-08-06BLE Host - Use os_mbuf_append_from, not handrolledChristopher Collins
2016-07-27BLE Host - Remove double indirection from tx API.Christopher Collins
2016-07-26BLE Host - Oops, remove debug code.Christopher Collins
2016-07-24BLE Host - Fix null pointer dereference.Christopher Collins
2016-07-22BLE Host - Use mbufs instead of flat bufs.Christopher Collins
2016-07-16BLE Host - Call GAP cb for notify tx events.Christopher Collins
2016-07-11BLE Host - Additional doxygen comments.Christopher Collins
2016-07-11BLE Host - Clean up error codes.Christopher Collins
2016-07-11BLE Host - Lookup svc,chr,dsc handles by UUID.Christopher Collins
2016-07-11BLE Host - Const correctness.Christopher Collins
2016-07-11BLE Host - Change GATT server callback API.Christopher Collins
2016-06-22BLE Host - ble_att_svr_read_local()Christopher Collins
2016-06-22BLE Host - Remove extra sec check on ATT write.Christopher Collins
2016-06-14BLE Host - Rename sec_state.enc_enabled->encryptedChristopher Collins
2016-06-09BLE Host - More log cleanup.Christopher Collins
2016-06-06BLE Host - clean up packet logging.Christopher Collins
2016-06-06INTERIM - loggingChristopher Collins
2016-06-06BLE Host - Clean up debug logging.Christopher Collins
2016-06-02BLE Host - Separate secure-read from secure-writeChristopher Collins
2016-06-01BLE Host - Handle oddly sized read-group-type rsp.Christopher Collins
2016-05-25BLE Host - Add peer address to ltk store.Christopher Collins
2016-05-19BLE Host - Use GAP callback for notifications.Christopher Collins
2016-05-18BLE Host - Use macro to check NIMBLE_OPT defines.Christopher Collins
2016-05-17BLE Host - Separate secure-read from secure-writeChristopher Collins
2016-05-13BLE Host - Enforce thread safety in unit tests.Christopher Collins
2016-05-11BLE Host - Always set timer for GATT client procs.Christopher Collins
2016-05-06BLE host - bonding.Christopher Collins
2016-05-04BLE host: Return correct att err for sec issues.Christopher Collins
2016-04-20ble host - clarify locking restrictions.Christopher Collins
2016-04-19ble host - major changes.Christopher Collins
2016-04-11ble host - fix bug for incoming ATT read-type-req.Christopher Collins
2016-04-11ble host: fix bug in att statisticsChristopher 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-17(MYNEWT-69) BLE Hosti - att_clt stats.Christopher Collins
2016-02-17BLE host - Don't lock conn list before att tx.Christopher Collins
2016-02-17(MYNEWT-69) BLE Host - Initial set of statisticsChristopher Collins
2016-02-16(MYNEWT-68) BLE Host - mbuf size reqs; att_clt.Christopher Collins
2016-02-16(MYNEWT-68) BLE Host - Overly strict mbuf reqs.Christopher Collins
2016-02-08Allow values of 0 in configurable host options.Christopher Collins
2016-02-06replace license headers with ASF license. first pass.Sterling Hughes
2016-02-05Add some configurability to the host.Christopher Collins