Searched refs:l2cap_create_le_sig_pdu (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 453 static struct net_buf *l2cap_create_le_sig_pdu(uint8_t code, uint8_t ident, in l2cap_create_le_sig_pdu() function 528 buf = l2cap_create_le_sig_pdu(BT_L2CAP_LE_CONN_REQ, in l2cap_le_conn_req() 563 buf = l2cap_create_le_sig_pdu(BT_L2CAP_ECRED_CONN_REQ, ident, in l2cap_ecred_conn_req() 1021 buf = l2cap_create_le_sig_pdu(BT_L2CAP_CMD_REJECT, ident, in l2cap_send_reject() 1082 buf = l2cap_create_le_sig_pdu(BT_L2CAP_CONN_PARAM_RSP, ident, in le_conn_param_update_req() 1468 buf = l2cap_create_le_sig_pdu(BT_L2CAP_LE_CONN_RSP, ident, in le_conn_req() 1610 buf = l2cap_create_le_sig_pdu(BT_L2CAP_ECRED_CONN_RSP, ident, in le_ecred_conn_req() 1731 buf = l2cap_create_le_sig_pdu(BT_L2CAP_ECRED_RECONF_RSP, ident, in le_ecred_reconf_req() 1833 buf = l2cap_create_le_sig_pdu(BT_L2CAP_DISCONN_RSP, ident, in le_disconn_req() 2296 buf = l2cap_create_le_sig_pdu(BT_L2CAP_LE_CREDITS, get_ident(), in l2cap_chan_send_credits() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
D | main.c | 475 static struct net_buf *l2cap_create_le_sig_pdu(uint8_t code, uint8_t ident, uint16_t len) in l2cap_create_le_sig_pdu() function 525 buf = l2cap_create_le_sig_pdu(BT_L2CAP_LE_CONN_REQ, 1, sizeof(*req)); in open_l2cap()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
D | tester.c | 504 static struct net_buf *l2cap_create_le_sig_pdu(uint8_t code, uint8_t ident, uint16_t len) in l2cap_create_le_sig_pdu() function 554 buf = l2cap_create_le_sig_pdu(BT_L2CAP_LE_CONN_REQ, 1, sizeof(*req)); in open_l2cap()
|