Home
last modified time | relevance | path

Searched refs:connectable (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/test_scripts/
Drun_tests.sh32 connectable=0
34 connectable=1
53 -RealEncryption=1 -argstest sim-id=${sim_id_count} connection-test=${connectable} \
59 use-ext-adv=${use_ext_adv} scannable=${scannable} connectable=${connectable}
/Zephyr-latest/samples/bluetooth/eddystone/src/
Dmain.c139 uint8_t connectable; member
527 uint8_t connectable = 0x01; in read_connectable() local
533 &connectable, sizeof(connectable)); in read_connectable()
551 if (len > sizeof(slot->connectable)) { in write_connectable()
558 memcpy(&slot->connectable, buf, len); in write_connectable()
677 if (!slot->connectable) { in disconnected()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/
Dext_adv_advertiser.c41 static void create_ext_adv_set(struct bt_le_ext_adv **adv, bool connectable) in create_ext_adv_set() argument
47 const struct bt_le_adv_param *adv_param = connectable ? in create_ext_adv_set()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dproxy.rst32 solicited to advertise connectable advertising events without enabling the Private GATT Proxy state.
37 Solicitation PDUs are non-mesh, non-connectable, undirected advertising messages containing Proxy
58 advertising connectable advertisements with the Private Network Identity type. The duration of the
Dshell.rst284 To allow a device to broadcast connectable unprovisioned beacons, the
291 Start or stop advertising a connectable unprovisioned beacon. The connectable unprovisioned
332 Provision a nearby device into the mesh. The mesh node starts scanning for connectable
/Zephyr-latest/samples/bluetooth/eddystone/
DREADME.rst12 it is connectable and allows configuration of the advertised data, the
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/
DKconfig12 If set to true, the sample will start advertising connectable for
28 Time to advertise connectable for a Broadcast Assistant to connect
/Zephyr-latest/samples/bluetooth/broadcaster_multiple/
DREADME.rst13 This sample advertises two non-connectable non-scannable advertising sets with
/Zephyr-latest/samples/bluetooth/cap_initiator/
DKconfig20 If set to true, the sample will start advertising connectable for
/Zephyr-latest/samples/bluetooth/cap_acceptor/
DKconfig19 If set to true, the sample will start advertising connectable for
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/
DKconfig7 Use legacy connectable advertising instead of extended advertising.
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/
DREADME.rst47 text, and make it connectable over GATT):
/Zephyr-latest/samples/bluetooth/extended_adv/
DREADME.rst15 The sample consists of the advertiser initiating a connectable advertisement set,
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_gap.h70 uint8_t connectable; member
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst53 devices. This means that they perform connectable advertising and expose
56 start connectable advertising using the :c:func:`bt_le_adv_start` API.
94 non-connectable, i.e. other device will not be able to connect to it.
Dbluetooth-dev.rst176 initializes the Bluetooth Subsystem and enables non-connectable
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst118 When using the custom advertisers, you can choose if it will be connectable or scannable. This leads
122 For example, if you want to create a connectable and scannable advertiser and start it:
193 This will create an extended advertiser, that is connectable and non-scannable.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst36 The IP address for network devices must be set for them to be connectable.
/Zephyr-latest/subsys/bluetooth/audio/shell/
Daudio.h43 const bool connectable);
51 const bool discoverable, const bool connectable);
Dcap_initiator.c1470 const bool discoverable, const bool connectable) in cap_initiator_ad_data_add() argument
1476 if (!connectable) { in cap_initiator_ad_data_add()
Dbap.c4364 const bool discoverable, const bool connectable) in audio_ad_data_add() argument
4372 if (connectable) { in audio_ad_data_add()
4380 connectable); in audio_ad_data_add()
/Zephyr-latest/doc/connectivity/networking/conn_mgr/figures/
Dintegration_diagram_simplified.drawio7 …none;movable=1;resizable=1;rotatable=1;deletable=1;editable=1;locked=0;connectable=1;strokeColor=d…
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv.c2506 bool connectable = (pdu->type == PDU_ADV_TYPE_ADV_IND) || local
2519 (connectable && !adv->lll.conn) ||
/Zephyr-latest/doc/security/standards/
Detsi-303645.rst55 - network-connected (and network-connectable) device that has relationships to
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c505 if (cp->connectable) { in set_connectable()

12