Searched defs:credits (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap_internal.h | 88 uint16_t credits; member 109 uint16_t credits; member 116 uint16_t credits; member 124 uint16_t credits; member 132 uint16_t credits; member
|
D | l2cap.c | 1273 uint16_t credits) in l2cap_chan_tx_give_credits() 1347 uint16_t mtu, uint16_t mps, uint16_t credits, in l2cap_chan_accept() 1447 uint16_t psm, scid, mtu, mps, credits; in le_conn_req() local 1529 uint16_t mtu, mps, credits, result = BT_L2CAP_LE_SUCCESS; in le_ecred_conn_req() local 1899 uint16_t dcid, mtu, mps, credits, result, psm; in le_ecred_conn_rsp() local 2029 uint16_t dcid, mtu, mps, credits, result; in le_conn_rsp() local 2127 uint16_t credits, cid; in le_credits() local 2289 uint16_t credits) in l2cap_chan_send_credits() 2320 static int l2cap_chan_send_credits_pdu(struct bt_conn *conn, uint16_t cid, uint16_t credits) in l2cap_chan_send_credits_pdu() 2630 uint16_t credits = DIV_ROUND_UP( in l2cap_chan_le_recv() local
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
D | main.c | 168 uint16_t credits = sys_le16_to_cpu(ev->credits); in handle_l2cap_credits() local 180 uint16_t credits = sys_le16_to_cpu(rsp->credits); in handle_l2cap_connected() local
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
D | tester.c | 180 uint16_t credits = sys_le16_to_cpu(ev->credits); in handle_l2cap_credits() local 192 uint16_t credits = sys_le16_to_cpu(rsp->credits); in handle_l2cap_connected() local
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | rfcomm.c | 222 uint8_t credits) in rfcomm_dlc_tx_give_credits() 983 static int rfcomm_send_credit(struct bt_rfcomm_dlc *dlc, uint8_t credits) in rfcomm_send_credit() 1393 uint8_t credits; in rfcomm_dlc_update_credits() local
|
D | rfcomm_internal.h | 74 uint8_t credits; member
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | l2cap.h | 198 atomic_t credits; member
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_l2cap.c | 565 static uint8_t credits(const void *cmd, uint16_t cmd_len, in credits() function
|