Searched refs:bt_l2cap_create_pdu (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | l2cap_br.c | 267 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_get_info() 407 rsp_buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_info_req() 512 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_conf() 632 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_send_conn_rsp() 869 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_send_reject() 995 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_conf_req() 1092 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_disconn_req() 1145 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in bt_l2cap_br_chan_disconnect() 1253 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in bt_l2cap_br_chan_connect() 1443 buf = bt_l2cap_create_pdu(&br_sig_pool, 0); in l2cap_br_conn_pend()
|
A D | smp_null.c | 59 buf = bt_l2cap_create_pdu(NULL, 0); in bt_smp_recv()
|
A D | rfcomm.c | 326 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_sabm() 348 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_disc() 381 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_make_uih_msg() 494 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_dm() 600 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_ua() 940 buf = bt_l2cap_create_pdu(NULL, 0); in rfcomm_send_credit()
|
A D | avdtp.c | 94 buf = bt_l2cap_create_pdu(NULL, 0); in avdtp_create_pdu()
|
A D | l2cap_internal.h | 307 #define bt_l2cap_create_pdu(_pool, _reserve) \ macro
|
A D | sdp.c | 198 return bt_l2cap_create_pdu(&sdp_pool, sizeof(struct bt_sdp_hdr)); in bt_sdp_create_pdu() 1492 buf = bt_l2cap_create_pdu(&sdp_pool, 0); in sdp_client_ssa_search()
|
A D | att.c | 304 buf = bt_l2cap_create_pdu(NULL, 0); in bt_att_chan_create_pdu()
|
Completed in 19 milliseconds