summaryrefslogtreecommitdiff
path: root/net/nimble/host/src/ble_sm.c
AgeCommit message (Expand)Author
2016-08-22Fix warnings reported by clang.Christopher Collins
2016-08-10BLE Host - Check conn state once before proc.Christopher Collins
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_HS_ERR_SM_THEM ->BLE_HS_ERR_SM_PEERChristopher Collins
2016-07-11BLE Host - Fill in privacy API.Christopher Collins
2016-07-11BLE Host - Const correctness.Christopher Collins
2016-07-11BLE Host - Add duration parameter for advertising.Christopher Collins
2016-06-20BLE Host - Remove obsolete ble_hs_thread_safe() fnChristopher Collins
2016-06-17BLE Host - Fix broken scan timeout.Christopher Collins
2016-06-17BLE Host - Clean up host privacy.Christopher Collins
2016-06-17BLE Host - Fix bug; lgcy pairing iocap=4.Christopher Collins
2016-06-16BLE Host - More SM unit tests.Christopher Collins
2016-06-16BLE Host - Rename start_rand to master_id_rand.Christopher Collins
2016-06-16BLE Host - Consider bonding flag in rxed sec req.Christopher Collins
2016-06-14BLE Host - Clean up endianness confusion.Christopher Collins
2016-06-14BLE Host - Include our_id_addr/type in conn desc.Christopher Collins
2016-06-14BLE Host - Rename mst/slv sec -> peer/ourChristopher Collins
2016-06-14BLE Host - Persist our IRK.Christopher Collins
2016-06-14BLE Host - SM SC unit tests.Christopher Collins
2016-06-14BLE Host - ble_hs_addrs() function.Christopher Collins
2016-06-14BLE Host - SM; remove obsolete KEY_EXCH flag.Christopher Collins
2016-06-14BLE Host - Persist keys if both sides want bondingChristopher Collins
2016-06-14BLE Host - Don't kill SM proc when bad io injectedChristopher Collins
2016-06-14BLE Host - Nack unexpected LTK reqs from ctlr.Christopher Collins
2016-06-14BLE Host - Rename sec_state.enc_enabled->encryptedChristopher Collins
2016-06-14BLE Host - always honor ctlr encryption events.Christopher Collins
2016-06-14BLE Host - Do key exchange if only one side txes.Christopher Collins
2016-06-14BLE Host - initiator tx key exch if no keys rx.Christopher Collins
2016-06-14BLE Host - Never persist our own IRK in keystore.Christopher Collins
2016-06-14BLE Host - Reject SMP opcode 15.Christopher Collins
2016-06-14BLE Host - SM: Remove accidental assignment.Christopher Collins
2016-06-14BLE Host - Fix wrong peer addr type in ltk req rx.Christopher Collins
2016-06-14BLE Host - rename effective->ota; identity->idChristopher Collins
2016-06-14BLE Host - SM: correctly report encrypted state.Christopher Collins
2016-06-14BLE Host - Fix privacy+pairing bug.Christopher Collins
2016-06-14BLE Host - Always use effective addrs during SMP.Christopher Collins
2016-06-14BLE Host - persist irk properly when ltk not xchgdChristopher Collins
2016-06-14BLE Host - Don't change enc status on SMP timeout.Christopher Collins
2016-06-14BLE Host - Fix for encryption key refresh.Christopher Collins
2016-06-14BLE Host - Encryption key refresh.Christopher Collins
2016-06-06INTERIM - loggingChristopher Collins
2016-06-06BLE Host - Rename SM identifiers for consistency.Christopher Collins
2016-06-05BLE Host - Remove stray memcpy.Christopher Collins
2016-06-05BLE Host - SC "us" unit tests.Christopher Collins
2016-06-05BLE Host - sc; persist both slv and mst keys.Christopher Collins
2016-06-05BLE Host - Don't build SC unless so configured.Christopher Collins
2016-06-05BLE Host - SC unit test, us as initiator.Christopher Collins
2016-06-05BLE Host - Persist LTK on SC success.Christopher Collins