Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c370 return GATT_CONGESTED; in attp_send_msg_to_l2cap()
508 if (att_ret == GATT_CONGESTED || att_ret == GATT_SUCCESS) { in attp_cl_send_cmd()
Dgatt_cl.c275 if ((rt != GATT_SUCCESS && rt != GATT_CMD_STARTED && rt != GATT_CONGESTED) in gatt_act_write()
1105 if (att_ret == GATT_SUCCESS || att_ret == GATT_CONGESTED) { in gatt_cl_send_next_cmd_inq()
Dgatt_api.c642 if (cmd_status == GATT_SUCCESS || cmd_status == GATT_CONGESTED) { in GATTS_HandleValueIndication()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h67 #define GATT_CONGESTED 0x8f macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h124 #define BTA_GATT_CONGESTED GATT_CONGESTED /* 0x8f */