Home
last modified time | relevance | path

Searched refs:req_buf (Results 1 – 3 of 3) sorted by relevance

/subsys/dap/
A Dcmsis_dap.c478 const uint8_t *req_buf; in dap_swdp_transfer() local
490 req_buf = request + sizeof(req_cnt) + 1; in dap_swdp_transfer()
494 req_val = *req_buf++; in dap_swdp_transfer()
521 match_val = sys_get_le32(req_buf); in dap_swdp_transfer()
522 req_buf += sizeof(match_val); in dap_swdp_transfer()
567 data = sys_get_le32(req_buf); in dap_swdp_transfer()
568 req_buf += sizeof(data); in dap_swdp_transfer()
701 const uint8_t *req_buf; in dap_swdp_transferblock() local
748 data = sys_get_le32(req_buf); in dap_swdp_transferblock()
749 req_buf += sizeof(data); in dap_swdp_transferblock()
[all …]
/subsys/bluetooth/host/
A Dsmp_null.c46 static int bt_smp_recv(struct bt_l2cap_chan *chan, struct net_buf *req_buf) in bt_smp_recv() argument
53 ARG_UNUSED(req_buf); in bt_smp_recv()
A Dsmp.c1801 struct net_buf *req_buf; in bt_smp_br_send_pairing_req() local
1847 if (!req_buf) { in bt_smp_br_send_pairing_req()
1867 smp_br_send(smp, req_buf, NULL); in bt_smp_br_send_pairing_req()
3085 struct net_buf *req_buf; in smp_send_security_req() local
3126 if (!req_buf) { in smp_send_security_req()
3136 net_buf_unref(req_buf); in smp_send_security_req()
3297 struct net_buf *req_buf; in sc_send_public_key() local
3300 if (!req_buf) { in sc_send_public_key()
3309 smp_send(smp, req_buf, NULL, NULL); in sc_send_public_key()
3323 struct net_buf *req_buf; in smp_send_pairing_req() local
[all …]

Completed in 24 milliseconds