Home
last modified time | relevance | path

Searched refs:BT_UUID_MESH_PROXY_SOLICITATION_VAL (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dsolicitation.c211 if (uuid == BT_UUID_MESH_PROXY_SOLICITATION_VAL) { in bt_mesh_sol_recv()
228 uuid == BT_UUID_MESH_PROXY_SOLICITATION_VAL) { in bt_mesh_sol_recv()
326 net_buf_simple_push_le16(pdu, BT_UUID_MESH_PROXY_SOLICITATION_VAL); in sol_pdu_create()
526 BT_UUID_MESH_PROXY_SOLICITATION_VAL)), in bt_mesh_sol_send()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c174 net_buf_simple_push_le16(pdu, BT_UUID_MESH_PROXY_SOLICITATION_VAL); in sol_fixed_pdu_create()
191 BT_UUID_16_ENCODE(BT_UUID_MESH_PROXY_SOLICITATION_VAL)), in sol_fixed_pdu_send()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h590 #define BT_UUID_MESH_PROXY_SOLICITATION_VAL 0x1859 macro