summaryrefslogtreecommitdiff
path: root/apps/bletiny
AgeCommit message (Expand)Author
2016-08-12BLE apps - Handle GAP MTU event.Christopher Collins
2016-08-12bletiny - parse_arg_uint32_dflt()Christopher Collins
2016-08-10This closes #88.Christopher Collins
2016-08-09BLE apps - Base ble_hs max_hci setting on HCI cfg.Christopher Collins
2016-08-09bletiny - Correctly limit var-len adv field sizes.Christopher Collins
2016-08-05bletiny - Be consistent with addr type strings.Christopher Collins
2016-08-04BLE apps - Update for latest HCI transport changesChristopher Collins
2016-08-03Update sample BLE apps to use transports.Christopher Collins
2016-08-03BLE Host - Rename HCI identifiers and files.Christopher Collins
2016-08-01Refactored file structure for premade services.Brian Giori
2016-07-28shell; call console_init() from shell task context instead of app main.Marko Kiiskila
2016-07-27ble apps - Update for latest NimBLE host API.Christopher Collins
2016-07-27bletiny - Don't set a static rnd addr by dflt.Christopher Collins
2016-07-27bletiny - add missing newline in console output.Christopher Collins
2016-07-26bletiny - Register ANS and security-test svcs.Christopher Collins
2016-07-25BLE sample apps - Use new GATT registration.Christopher Collins
2016-07-24bletiny - Allow setting of local random address.Christopher Collins
2016-07-24ble example apps: use dflt ble_hs cfg if possibleChristopher Collins
2016-07-22Update sample NimBLE apps to use new mbuf API.Christopher Collins
2016-07-17bleprph / bletiny - Use GAP subscribe event.Christopher Collins
2016-07-16ble apps - Account for GAP conn-desc change.Christopher Collins
2016-07-16bletiny - Use new host notification API.Christopher Collins
2016-07-16bletiny - Fix for descriptor discovery.Christopher Collins
2016-07-14bletiny / bleprph - Use mandatory svcs pkg.Christopher Collins
2016-07-14bletiny / bleprph - Use RAM persistence layer pkg.Christopher Collins
2016-07-14bleprph / bletiny - Use new adv data API.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-13bletiny - Account for new dsc desc API.Christopher Collins
2016-07-11BLE Host - Add duration param to ble_gap_connect()Christopher Collins
2016-07-11bletiny - conn: peer_addr_type=public by dflt.Christopher Collins
2016-07-11bletiny - use new rssi function.Christopher Collins
2016-07-11bletiny/bleprph - Use new GAP event callback API.Christopher Collins
2016-07-11ble apps - Use latest GATT server API.Christopher Collins
2016-07-11ble apps - Use new GATT callback API.Christopher Collins
2016-07-11ble apps - Account for const correctness.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-11bletiny - Use new discovery API.Christopher Collins
2016-07-11bletiny - fix bug; scan dur was parsed as uint16Christopher Collins
2016-07-11bletiny - Account for addition of adv. duration.Christopher Collins
2016-07-11bletiny - Use new GATT registration API.Christopher Collins
2016-07-11bleprph - Use new advertise API.Christopher Collins
2016-07-11bletiny - Use new advertise API.Christopher Collins
2016-07-11BLE Host - ble_gap_cancel->ble_gap_conn_cancelChristopher Collins
2016-07-11bletiny - deal with changes to ble_gap_connect APIChristopher Collins
2016-07-11BLE Host - ble_gap_crt_params->ble_gap_conn_paramsChristopher Collins
2016-07-11Update ble apps to use new GATT API.Christopher Collins
2016-07-11bletiny - Account for adv flags,tx_pwr_lvl changes.Christopher Collins