Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c595 tGATT_STATUS cmd_status = GATT_NO_RESOURCES; in GATTS_HandleValueIndication() local
640 cmd_status = attp_send_sr_msg (p_tcb, p_msg); in GATTS_HandleValueIndication()
642 if (cmd_status == GATT_SUCCESS || cmd_status == GATT_CONGESTED) { in GATTS_HandleValueIndication()
648 return cmd_status; in GATTS_HandleValueIndication()