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 D | provisioner_proxy.c | 741 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 D | prov.c | 605 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 D | access.c | 662 net_buf_simple_add_be16(msg, opcode); in bt_mesh_model_msg_init()
|
A D | proxy.c | 249 net_buf_simple_add_be16(buf, filter_size); in send_filter_status()
|
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 242 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 D | buf.c | 919 void net_buf_simple_add_be16(struct net_buf_simple *buf, u16_t val) in net_buf_simple_add_be16() function
|
Completed in 19 milliseconds