Lines Matching +full:channel +full:- +full:gap
2 * Copyright (c) 2021-2024 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
10 #include <zephyr/bluetooth/gap.h>
34 printk("ISO Channel %p connected\n", chan); in iso_connected()
43 printk("ISO Channel %p disconnected with reason 0x%02x\n", in iso_disconnected()
84 .packing = 0, /* 0 - sequential, 1 - interleaved */
85 .framing = 0, /* 0 - unframed, 1 - framed */
89 BT_DATA(BT_DATA_NAME_COMPLETE, CONFIG_BT_DEVICE_NAME, sizeof(CONFIG_BT_DEVICE_NAME) - 1),
96 * required to place the AUX_ADV_IND PDUs in a non-overlapping interval with the in main()
98 * For 10ms SDU interval a extended advertising interval of 60 - 10 = 50 is suitable in main()
101 const uint16_t ext_adv_interval_ms = adv_interval_ms - 10U; in main()
125 /* Create a non-connectable advertising set */ in main()
185 printk("Data buffer allocate timeout on channel" in main()
202 printk("Unable to broadcast data on channel %u" in main()
217 timeout_counter--; in main()