summaryrefslogtreecommitdiff
path: root/net/nimble/host/include/host
AgeCommit message (Expand)Author
2016-08-12BLE Host - Report updated MTU via GAP event cb.Christopher Collins
2016-08-12BLE Host - Function to retrieve preferred ATT MTU.Christopher Collins
2016-08-09BLE RAM trans: evt buf sz 260-->45; ct 3-->14Christopher Collins
2016-08-09fixup advChristopher Collins
2016-08-03BLE Host - Rename HCI identifiers and files.Christopher Collins
2016-08-03BLE Host - Reset on hardware error.Christopher Collins
2016-08-03BLE Host - Use HCI transport APIChristopher Collins
2016-08-03BLE Host - Read BD_ADDR on startup.Christopher Collins
2016-07-27BLE Host - Remove double indirection from tx API.Christopher Collins
2016-07-25BLE Host - Don't require 2-phase GATT server init.Christopher Collins
2016-07-22BLE Host - Small doxygen update.Christopher Collins
2016-07-22BLE Host - Use mbufs instead of flat bufs.Christopher Collins
2016-07-17BLE Host - Ensure proper ordering of notify GAP evChristopher Collins
2016-07-17BLE Host - GAP event when peer subscribes to CCCD.Christopher Collins
2016-07-16BLE Host - Don't include conn-desc in GAP event.Christopher Collins
2016-07-16BLE Host - Call GAP cb for notify tx events.Christopher Collins
2016-07-14BLE Host - Package for mandatory svcs (GAP & GATT)Christopher Collins
2016-07-14BLE Host - rxed adv: UUIDs directly accessible.Christopher Collins
2016-07-14BLE Host - Move logging into separate file.Christopher Collins
2016-07-14BLE Host - Move opcode into gatt register ctxt.Christopher Collins
2016-07-14BLE Host - Move opcode into gatt access ctxt.Christopher Collins
2016-07-13MYNEWT-350 BLE Host - Fn to calc GATT server rsrcsChristopher Collins
2016-07-13BLE Host - Move ATT MTU defines into public hdr.Christopher Collins
2016-07-13Nimble: rename g_hci_cmd_pool --> g_hci_evt_poolChristopher Collins
2016-07-11BLE Host - Add duration param to ble_gap_connect()Christopher Collins
2016-07-11BLE Host - Additional doxygen comments.Christopher Collins
2016-07-11BLE Host - ble_gap_conn_rssi().Christopher Collins
2016-07-11BLE Host - GAP event callback updates.Christopher Collins
2016-07-11BLE Host - Move ibeacon prototypes to new header.Christopher Collins
2016-07-11BLE Host - BLE_HS_ERR_SM_THEM ->BLE_HS_ERR_SM_PEERChristopher Collins
2016-07-11BLE Host - Clean up error codes.Christopher Collins
2016-07-11BLE Host - Remove obsolete error codes.Christopher Collins
2016-07-11BLE Host - Fill in privacy API.Christopher Collins
2016-07-11BLE Host - Add API doxygen comments.Christopher Collins
2016-07-11BLE Host - Clean up private headers.Christopher Collins
2016-07-11BLE Host - Allow HCI reason in ble_gap_terminate()Christopher Collins
2016-07-11BLE Host - ble_gap_[...]_active() functions.Christopher Collins
2016-07-11BLE Host - Lookup svc,chr,dsc handles by UUID.Christopher Collins
2016-07-11BLE Host - Comments for GATT server structs.Christopher Collins
2016-07-11BLE Host - Const correctness.Christopher Collins
2016-07-11BLE Host - Add missing fields to ble_gap_conn_descChristopher Collins
2016-07-11BLE Host - ble_gap_conn_ctxt->ble_gap_event_ctxtChristopher Collins
2016-07-11BLE Host - handle direct advertising report event.Christopher Collins
2016-07-11BLE Host - Updated GAP discovery API.Christopher Collins
2016-07-11BLE Host - Add duration parameter for advertising.Christopher Collins
2016-07-11BLE Host - GATT registration API changesChristopher Collins
2016-07-11BLE Host - Update ble_gap_adv_start() API.Christopher Collins
2016-07-11BLE Host - ble_gap_cancel->ble_gap_conn_cancelChristopher Collins
2016-07-11BLE Host - ble_gap_conn_initiate->ble_gap_connectChristopher Collins
2016-07-11BLE Host - Update ble_gap_conn_initiate() API.Christopher Collins