Home
last modified time | relevance | path

Searched refs:BT_DATA_GAP_APPEARANCE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-4.1.0/samples/bluetooth/tmap_peripheral/src/
Dmain.c63 BT_DATA_BYTES(BT_DATA_GAP_APPEARANCE,
/Zephyr-4.1.0/samples/bluetooth/pbp_public_broadcast_source/src/
Dmain.c204 ext_ad[0].type = BT_DATA_GAP_APPEARANCE; in setup_extended_adv_data()
/Zephyr-4.1.0/include/zephyr/bluetooth/
Dgap.h63 #define BT_DATA_GAP_APPEARANCE 0x19 /**< GAP appearance */ macro
/Zephyr-4.1.0/samples/bluetooth/peripheral_esp/src/
Dmain.c389 BT_DATA_BYTES(BT_DATA_GAP_APPEARANCE, 0x00, 0x03),
/Zephyr-4.1.0/subsys/bluetooth/host/shell/
Dbt.c1927 data_array[ad_len].type = BT_DATA_GAP_APPEARANCE; in ad_init()