Searched refs:L2CA_CheckIsCongest (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 453 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_read_char() 494 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_read_by_type() 530 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_read_multiple() 566 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_read_multiple_variable() 602 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_read_char_descr() 639 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_write_char() 682 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_write_char_descr() 725 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_prepare_write() 766 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_prepare_write_char_descr()
|
D | esp_gatts_api.c | 274 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gatts_send_indicate()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | l2c_api.h | 1247 extern BOOLEAN L2CA_CheckIsCongest(UINT16 fixed_cid, BD_ADDR addr);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_api.c | 1857 BOOLEAN L2CA_CheckIsCongest(UINT16 fixed_cid, BD_ADDR addr) in L2CA_CheckIsCongest() function
|