Searched refs:net_buf_simple_pull_mem (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 497 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 D | beacon.c | 305 net_id = net_buf_simple_pull_mem(buf, 8); in secure_beacon_recv()
|
A D | cfg_srv.c | 1296 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 D | gatt.c | 2561 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 D | buf.c | 1080 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