Home
last modified time | relevance | path

Searched refs:bt_l2cap_create_pdu (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dsmp_null.c57 buf = bt_l2cap_create_pdu(NULL, 0); in bt_smp_recv()
Dl2cap_internal.h208 #define bt_l2cap_create_pdu(_pool, _reserve) \ macro
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c447 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_get_info()
604 rsp_buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_info_req()
724 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_conf()
852 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_send_conn_rsp()
1192 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_send_reject()
1462 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_conf_req()
1570 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_disconn_req()
1627 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in bt_l2cap_br_chan_disconnect()
1736 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in bt_l2cap_br_chan_connect()
1965 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_conn_pend()
Dl2cap_br_internal.h218 #define bt_l2cap_create_pdu(_pool, _reserve) \ macro
Davctp.c168 buf = bt_l2cap_create_pdu(NULL, 0); in bt_avctp_create_pdu()
Drfcomm.c337 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_sabm()
359 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_disc()
392 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_make_uih_msg()
505 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_dm()
644 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_ua()
991 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_credit()
Davdtp.c230 buf = bt_l2cap_create_pdu(NULL, 0); in avdtp_create_reply_pdu()
1014 buf = bt_l2cap_create_pdu(NULL, 0); in avdtp_create_pdu()
Dsdp.c202 return bt_l2cap_create_pdu(&sdp_pool, sizeof(struct bt_sdp_hdr)); in bt_sdp_create_pdu()