Searched refs:credits (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | l2cap.c | 866 atomic_add(&chan->tx.credits, credits); in l2cap_chan_tx_give_credits() 879 atomic_add(&chan->rx.credits, credits); in l2cap_chan_rx_give_credits() 1016 credits = sys_le16_to_cpu(req->credits); in le_conn_req() 1091 credits = sys_le16_to_cpu(req->credits); in le_ecred_conn_req() 1371 credits = sys_le16_to_cpu(rsp->credits); in le_ecred_conn_rsp() 1478 credits = sys_le16_to_cpu(rsp->credits); in le_conn_rsp() 1817 credits = sys_le16_to_cpu(ev->credits); in le_credits() 1829 if (atomic_get(&ch->tx.credits) + credits > UINT16_MAX) { in le_credits() 2002 ev->credits = sys_cpu_to_le16(credits); in l2cap_chan_send_credits() 2012 u16_t credits; in l2cap_chan_update_credits() local [all …]
|
A D | l2cap_internal.h | 163 u16_t credits; member 184 u16_t credits; member 191 u16_t credits; member 199 u16_t credits; member 207 u16_t credits; member
|
A D | rfcomm.c | 227 u8_t credits) in rfcomm_dlc_tx_give_credits() argument 229 BT_DBG("dlc %p credits %u", dlc, credits); in rfcomm_dlc_tx_give_credits() 231 while (credits--) { in rfcomm_dlc_tx_give_credits() 909 pn->credits = dlc->rx_credit; in rfcomm_send_pn() 919 pn->credits = 0U; in rfcomm_send_pn() 938 BT_DBG("Dlc %p credits %d", dlc, credits); in rfcomm_send_credit() 948 net_buf_add_u8(buf, credits); in rfcomm_send_credit() 1342 u8_t credits; in rfcomm_dlc_update_credits() local 1356 credits = RFCOMM_MAX_CREDITS - dlc->rx_credit; in rfcomm_dlc_update_credits() 1357 dlc->rx_credit += credits; in rfcomm_dlc_update_credits() [all …]
|
A D | rfcomm_internal.h | 69 u8_t credits; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/l2c/l2cc/ |
A D | l2cc_lecb.h | 167 …lecb_send_con_req(uint8_t conidx, uint8_t pkt_id, uint16_t le_psm, uint16_t scid, uint16_t credits, 184 uint16_t dcid, uint16_t credits, uint16_t mps, uint16_t mtu); 219 void l2cc_lecb_send_credit_add(uint8_t conidx, uint8_t pkt_id, uint16_t cid, uint16_t credits);
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | l2cap.h | 125 atomic_t credits; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/bluetooth/profile/ |
A D | profile_server.h | 123 uint16_t credits; member
|
A D | profile_client.h | 264 uint16_t cause, uint8_t credits);
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/src/ble/profile/client/ |
A D | gcs_client.c | 316 uint8_t credits) in gcs_client_write_result_cb() argument 318 (void)credits; in gcs_client_write_result_cb()
|
A D | bas_client.c | 430 uint8_t credits) in bas_client_write_result_cb() argument
|
A D | ancs_client.c | 407 uint8_t credits) in ancs_client_write_result_cb() argument
|
A D | simple_ble_client.c | 590 uint8_t credits) in simp_ble_client_write_result_cb() argument
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_peripheral/ |
A D | peripheral_app.c | 459 p_param->event_data.send_data_result.credits); in app_profile_callback()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/ |
A D | l2cc_pdu.h | 433 uint16_t credits; member
|
/AliOS-Things-master/components/freetype/ |
A D | FTL.TXT | 38 FreeType code. (`credits')
|
Completed in 44 milliseconds