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 | 460 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()
|
| D | l2cap_br_internal.h | 218 #define bt_l2cap_create_pdu(_pool, _reserve) \ macro
|
| D | avctp.c | 175 buf = bt_l2cap_create_pdu(NULL, 0); in bt_avctp_create_pdu()
|
| D | rfcomm.c | 354 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()
|
| D | avdtp.c | 235 buf = bt_l2cap_create_pdu(NULL, 0); in avdtp_create_reply_pdu() 1062 buf = bt_l2cap_create_pdu(NULL, 0); in avdtp_create_pdu()
|
| D | sdp.c | 206 return bt_l2cap_create_pdu(&sdp_pool, sizeof(struct bt_sdp_hdr)); in bt_sdp_create_pdu()
|