Home
last modified time | relevance | path

Searched refs:bt_rfcomm_create_pdu (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Drfcomm.h187 struct net_buf *bt_rfcomm_create_pdu(struct net_buf_pool *pool);
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Drfcomm.c205 buf = bt_rfcomm_create_pdu(&pool); in cmd_send()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_hf.c149 buf = bt_rfcomm_create_pdu(&hf_pool); in hfp_hf_send_cmd()
Drfcomm.c303 struct net_buf *bt_rfcomm_create_pdu(struct net_buf_pool *pool) in bt_rfcomm_create_pdu() function
Dhfp_ag.c344 buf = bt_rfcomm_create_pdu(&ag_pool); in hfp_ag_send_data()