Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h257 void net_buf_simple_add_be16(struct net_buf_simple *buf, uint16_t val);
1130 #define net_buf_add_be16(buf, val) net_buf_simple_add_be16(&(buf)->b, val)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprov.c598 net_buf_simple_add_be16(&buf, BIT(PROV_ALG_P256)); in prov_invite()
610 net_buf_simple_add_be16(&buf, prov->output_actions); in prov_invite()
616 net_buf_simple_add_be16(&buf, prov->input_actions); in prov_invite()
Daccess.c724 net_buf_simple_add_be16(msg, opcode); in bt_mesh_model_msg_init()
Dproxy_server.c290 net_buf_simple_add_be16(buf, filter_size); in send_filter_status()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c75 void net_buf_simple_add_be16(struct net_buf_simple *buf, uint16_t val) in net_buf_simple_add_be16() function