Searched refs:req_buf (Results 1 – 3 of 3) sorted by relevance
478 const uint8_t *req_buf; in dap_swdp_transfer() local490 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() local748 data = sys_get_le32(req_buf); in dap_swdp_transferblock()749 req_buf += sizeof(data); in dap_swdp_transferblock()[all …]
46 static int bt_smp_recv(struct bt_l2cap_chan *chan, struct net_buf *req_buf) in bt_smp_recv() argument53 ARG_UNUSED(req_buf); in bt_smp_recv()
1801 struct net_buf *req_buf; in bt_smp_br_send_pairing_req() local1847 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() local3126 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() local3300 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