Searched refs:push_l2cap_pdu_header (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
D | peer.c | 476 static void push_l2cap_pdu_header(struct net_buf *dst, uint16_t len, uint16_t cid) in push_l2cap_pdu_header() function 487 push_l2cap_pdu_header(buf, buf->len, cid); in send_l2cap_packet() 561 push_l2cap_pdu_header(buf, att_packet->len, BT_L2CAP_CID_ATT); in gatt_notify_without_last_fragment()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
D | tester.c | 534 static void push_l2cap_pdu_header(struct net_buf *dst, uint16_t len, uint16_t cid) in push_l2cap_pdu_header() function 545 push_l2cap_pdu_header(buf, buf->len, cid); in send_l2cap_packet() 605 push_l2cap_pdu_header(buf, data_len + BT_L2CAP_SDU_HDR_SIZE, 0x0040); in send_l2cap_sdu()
|