hci_cmd.c (39bcce032d68a21c4f645da12ca4e1590a181ddd) | hci_cmd.c (c0112d43a622d94294a30f35a7e01fc2fb2d9fbb) |
---|---|
1/* 2 * Copyright (C) 2014 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 1774 unchanged lines hidden (view full) --- 1783const hci_cmd_t hci_le_periodic_advertising_create_sync_cancel = { 1784 HCI_OPCODE_HCI_LE_PERIODIC_ADVERTISING_CREATE_SYNC_CANCEL, "" 1785}; 1786 1787/** 1788 * @param sync_handle 1789 */ 1790const hci_cmd_t hci_le_periodic_advertising_terminate_sync = { | 1/* 2 * Copyright (C) 2014 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 1774 unchanged lines hidden (view full) --- 1783const hci_cmd_t hci_le_periodic_advertising_create_sync_cancel = { 1784 HCI_OPCODE_HCI_LE_PERIODIC_ADVERTISING_CREATE_SYNC_CANCEL, "" 1785}; 1786 1787/** 1788 * @param sync_handle 1789 */ 1790const hci_cmd_t hci_le_periodic_advertising_terminate_sync = { |
1791 HCI_OPCODE_HCI_LE_PERIODIC_ADVERTISING_TERMINATE_SYNC, "" | 1791 HCI_OPCODE_HCI_LE_PERIODIC_ADVERTISING_TERMINATE_SYNC, "2" |
1792}; 1793 1794/** 1795 * @param advertiser_address_type 1796 * @param advertiser_address 1797 * @param advertising_sid 1798 */ 1799const hci_cmd_t hci_le_add_device_to_periodic_advertiser_list = { --- 383 unchanged lines hidden (view full) --- 2183const hci_cmd_t hci_le_big_create_sync = { 2184 HCI_OPCODE_HCI_LE_BIG_CREATE_SYNC, "1H1P12a[1]" 2185}; 2186 2187/** 2188 * @param big_handle 2189 */ 2190const hci_cmd_t hci_le_big_terminate_sync = { | 1792}; 1793 1794/** 1795 * @param advertiser_address_type 1796 * @param advertiser_address 1797 * @param advertising_sid 1798 */ 1799const hci_cmd_t hci_le_add_device_to_periodic_advertiser_list = { --- 383 unchanged lines hidden (view full) --- 2183const hci_cmd_t hci_le_big_create_sync = { 2184 HCI_OPCODE_HCI_LE_BIG_CREATE_SYNC, "1H1P12a[1]" 2185}; 2186 2187/** 2188 * @param big_handle 2189 */ 2190const hci_cmd_t hci_le_big_terminate_sync = { |
2191 HCI_OPCODE_HCI_LE_BIG_TERMINATE_SYNC, "" | 2191 HCI_OPCODE_HCI_LE_BIG_TERMINATE_SYNC, "1" |
2192}; 2193 2194/** 2195 * @param connection_handle 2196 */ 2197const hci_cmd_t hci_le_request_peer_sca = { 2198 HCI_OPCODE_HCI_LE_REQUEST_PEER_SCA, "H" 2199}; --- 348 unchanged lines hidden --- | 2192}; 2193 2194/** 2195 * @param connection_handle 2196 */ 2197const hci_cmd_t hci_le_request_peer_sca = { 2198 HCI_OPCODE_HCI_LE_REQUEST_PEER_SCA, "H" 2199}; --- 348 unchanged lines hidden --- |