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.c460 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_get_info()
617 rsp_buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_info_req()
737 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_conf()
895 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_send_conn_rsp()
1306 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_send_reject()
1576 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_conf_req()
1684 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_disconn_req()
1741 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in bt_l2cap_br_chan_disconnect()
1850 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in bt_l2cap_br_chan_connect()
2079 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.c175 buf = bt_l2cap_create_pdu(NULL, 0); in bt_avctp_create_pdu()
Drfcomm.c354 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_sabm()
376 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_disc()
409 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_make_uih_msg()
522 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_dm()
661 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_ua()
1008 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_credit()
Davdtp.c235 buf = bt_l2cap_create_pdu(NULL, 0); in avdtp_create_reply_pdu()
1062 buf = bt_l2cap_create_pdu(NULL, 0); in avdtp_create_pdu()
Dsdp.c206 return bt_l2cap_create_pdu(&sdp_pool, sizeof(struct bt_sdp_hdr)); in bt_sdp_create_pdu()