Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprovisioner_proxy.c741 net_buf_simple_add_be16(buf, *(u16_t *)data); in send_my_proxy_config()
744 net_buf_simple_add_be16(buf, *(u16_t *)data); in send_my_proxy_config()
A Dprov.c605 net_buf_simple_add_be16(&buf, BIT(PROV_ALG_P256)); in prov_invite()
617 net_buf_simple_add_be16(&buf, prov->output_actions); in prov_invite()
623 net_buf_simple_add_be16(&buf, prov->input_actions); in prov_invite()
A Daccess.c662 net_buf_simple_add_be16(msg, opcode); in bt_mesh_model_msg_init()
A Dproxy.c249 net_buf_simple_add_be16(buf, filter_size); in send_filter_status()
/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h242 void net_buf_simple_add_be16(struct net_buf_simple *buf, u16_t val);
1365 #define net_buf_add_be16(buf, val) net_buf_simple_add_be16(&(buf)->b, val)
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c919 void net_buf_simple_add_be16(struct net_buf_simple *buf, u16_t val) in net_buf_simple_add_be16() function

Completed in 16 milliseconds