Home
last modified time | relevance | path

Searched refs:BT_DATA_LE_BT_DEVICE_ADDRESS (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/bluetooth/periodic_adv_conn/src/
Dmain.c61 if (data->type == BT_DATA_LE_BT_DEVICE_ADDRESS) { in get_address()
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/src/
Dmain.c93 net_buf_simple_add_u8(&rsp_buf, BT_DATA_LE_BT_DEVICE_ADDRESS); in recv_cb()
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h65 #define BT_DATA_LE_BT_DEVICE_ADDRESS 0x1b /**< LE Bluetooth Device Address */ macro
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c437 case BT_DATA_LE_BT_DEVICE_ADDRESS: in data_verbose_cb()