Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h497 void *net_buf_simple_pull_mem(struct net_buf_simple *buf, size_t len);
1642 #define net_buf_pull_mem(buf, len) net_buf_simple_pull_mem(&(buf)->b, len)
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dbeacon.c305 net_id = net_buf_simple_pull_mem(buf, 8); in secure_beacon_recv()
A Dcfg_srv.c1296 label_uuid = net_buf_simple_pull_mem(buf, 16); in mod_pub_va_set()
1781 label_uuid = net_buf_simple_pull_mem(buf, 16); in mod_sub_va_add()
1855 label_uuid = net_buf_simple_pull_mem(buf, 16); in mod_sub_va_del()
1919 label_uuid = net_buf_simple_pull_mem(buf, 16); in mod_sub_va_overwrite()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c2561 nfy = net_buf_simple_pull_mem(&buf, sizeof(*nfy)); in bt_gatt_mult_notification()
2584 net_buf_simple_pull_mem(&buf, len); in bt_gatt_mult_notification()
3603 rsp = net_buf_simple_pull_mem(&buf, sizeof(*rsp)); in gatt_read_mult_vl_rsp()
3616 net_buf_simple_pull_mem(&buf, len); in gatt_read_mult_vl_rsp()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c1080 void *net_buf_simple_pull_mem(struct net_buf_simple *buf, size_t len) in net_buf_simple_pull_mem() function

Completed in 21 milliseconds