Searched refs:bt_l2cap_create_pdu (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp_null.c | 57 buf = bt_l2cap_create_pdu(NULL, 0); in bt_smp_recv()
|
D | l2cap_internal.h | 208 #define bt_l2cap_create_pdu(_pool, _reserve) \ macro
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br.c | 447 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()
|
D | l2cap_br_internal.h | 218 #define bt_l2cap_create_pdu(_pool, _reserve) \ macro
|
D | avctp.c | 168 buf = bt_l2cap_create_pdu(NULL, 0); in bt_avctp_create_pdu()
|
D | rfcomm.c | 337 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()
|
D | avdtp.c | 230 buf = bt_l2cap_create_pdu(NULL, 0); in avdtp_create_reply_pdu() 1014 buf = bt_l2cap_create_pdu(NULL, 0); in avdtp_create_pdu()
|
D | sdp.c | 202 return bt_l2cap_create_pdu(&sdp_pool, sizeof(struct bt_sdp_hdr)); in bt_sdp_create_pdu()
|