/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/src/ |
D | bluetooth.c | 29 static void advertise(struct k_work *work) in advertise() function 81 k_work_init(&advertise_work, advertise); in start_smp_bluetooth_adverts()
|
/Zephyr-latest/tests/net/lib/mqtt_sn_client/src/ |
D | mqtt_sn_client.c | 184 static uint8_t advertise[] = {5, 0x00, 0x0c, 0, 1}; in ZTEST() local 192 err = input(mqtt_client, advertise, sizeof(advertise), &gw_addr); in ZTEST() 198 err = input(mqtt_client, advertise, sizeof(advertise), &gw_addr); in ZTEST()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | proxy.rst | 11 Nodes with the Proxy feature enabled can advertise with Network Identity and Node Identity, 20 advertise with Private Network Identity and Private Node Identity types, which is controlled by the 32 solicited to advertise connectable advertising events without enabling the Private GATT Proxy state.
|
D | od_cli.rst | 12 defines how long a node will advertise Mesh Proxy Service with Private Network Identity type after
|
D | core.rst | 118 All mesh stack bearers advertise data with the :c:macro:`BT_ID_DEFAULT` local identity.
|
D | provisioning.rst | 95 via any available OOB mechanism (e.g. the device may advertise a packet
|
/Zephyr-latest/samples/bluetooth/scan_adv/ |
D | README.rst | 5 …Combine Bluetooth LE Broadcaster & Observer roles to advertise and scan for devices simultaneously.
|
/Zephyr-latest/samples/bluetooth/central_past/ |
D | README.rst | 29 the Zephyr tree on another board that will advertise and await a periodic
|
/Zephyr-latest/tests/net/lib/mqtt_sn_packet/src/ |
D | mqtt_sn_packet.c | 30 static uint8_t advertise[] = { 5, 0x00, 42, 0xDE, 0xAD }; variable 101 MQTT_SN_DECODE_TEST(advertise), 104 .params.advertise = {
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | main.c | 103 static int advertise(void) in advertise() function 339 err = advertise(); in main()
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | mqtt_sn_msg.h | 200 struct mqtt_sn_param_advertise advertise; member
|
D | mqtt_sn_decoder.c | 347 return decode_msg_advertise(buf, ¶ms->params.advertise); in mqtt_sn_decode_msg()
|
D | mqtt_sn.c | 1431 handle_advertise(client, &p.params.advertise, rx_addr); in handle_msg()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap_scan_delegator.rst | 52 uart:~$ bt advertise on
|
D | csip.rst | 172 This command can modify the currently used SIRK. To get the new RSI to advertise on air, 173 :code:`bt adv-data` or :code:`bt advertise` must be called again to set the new advertising data.
|
D | mcp.rst | 86 used - :code:`bt init` followed by :code:`bt advertise on` (or 114 uart:~$ bt advertise on 387 type>` (or :code:`bt advertise on` if the server is advertising).
|
D | cap.rst | 41 This command can modify the currently used SIRK. To get the new RSI to advertise on air, 42 :code:`bt adv-data` or :code:`bt advertise` must be called again to set the new advertising data.
|
D | ccp.rst | 95 uart:~$ bt advertise on
|
D | bap.rst | 140 uart:~$ bt advertise on
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/ |
D | Kconfig | 28 Time to advertise connectable for a Broadcast Assistant to connect
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gap.rst | 107 Begin advertising by using the :code:`bt advertise on` command. This will use the default parameters 108 and advertise a resolvable private address with the name of the device. You can choose to use the 109 identity address instead by running the :code:`bt advertise on identity` command. To stop 110 advertising use the :code:`bt advertise off` command. 131 You may notice that with this, the custom advertiser does not advertise the device name; you need to
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.bap | 222 periodic advertise or a broadcast isochronous stream. 257 to sync to a periodic advertise or a broadcast isochronous stream.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 93 advertise specific advertising data, but the type of advertising will be
|
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/ |
D | bluetooth-le-audio-arch.rst | 43 GAF uses GAP to connect, advertise and synchronize to other devices. 1155 where multiple service have requirements for what to advertise and when,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.10.rst | 432 * :github:`4544` - [BLE Mesh] Error: Failed to advertise using Node ID
|