Home
last modified time | relevance | path

Searched refs:BT_DATA_UUID128_ALL (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/subsys/bluetooth/services/nus/
Dbt_nus_auto_start_bt.c20 BT_DATA_BYTES(BT_DATA_UUID128_ALL, BT_UUID_NUS_SRV_VAL),
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/src/
Dbluetooth.c22 BT_DATA_BYTES(BT_DATA_UUID128_ALL, SMP_BT_SVC_UUID_VAL),
/Zephyr-latest/samples/subsys/logging/ble_backend/src/
Dmain.c18 BT_DATA_BYTES(BT_DATA_UUID128_ALL, LOGGER_BACKEND_BLE_ADV_UUID_DATA)
/Zephyr-latest/samples/bluetooth/peripheral_nus/src/
Dmain.c20 BT_DATA_BYTES(BT_DATA_UUID128_ALL, BT_UUID_NUS_SRV_VAL),
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/
Dperipheral_mtu_update.c30 BT_DATA_BYTES(BT_DATA_UUID128_ALL, MTU_TEST_SERVICE_TYPE),
/Zephyr-latest/samples/bluetooth/direct_adv/src/
Dmain.c78 BT_DATA_BYTES(BT_DATA_UUID128_ALL, BT_UUID_CUSTOM_SERVICE_VAL),
/Zephyr-latest/samples/bluetooth/peripheral_accept_list/src/
Dmain.c78 BT_DATA_BYTES(BT_DATA_UUID128_ALL, BT_UUID_CUSTOM_SERVICE_VAL),
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dble.c41 BT_DATA_BYTES(BT_DATA_UUID128_ALL, PONG_SVC_UUID),
387 if (ad_type == BT_DATA_UUID128_ALL && in device_found()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/
Dmain.c38 BT_DATA_BYTES(BT_DATA_UUID128_ALL,
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c227 BT_DATA_BYTES(BT_DATA_UUID128_ALL, BT_UUID_CUSTOM_SERVICE_VAL),
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h47 #define BT_DATA_UUID128_ALL 0x07 /**< 128-bit UUID, all listed */ macro
/Zephyr-latest/samples/bluetooth/eddystone/src/
Dmain.c36 BT_DATA_BYTES(BT_DATA_UUID128_ALL,
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c407 case BT_DATA_UUID128_ALL: in data_verbose_cb()