Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/include/
Dbtc_blufi_prf.h17 #define ESP_BLUFI_ERROR GATT_ERROR
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c883 return GATT_ERROR; in GATTC_ConfigureMTU()
888 return GATT_ERROR; in GATTC_ConfigureMTU()
940 return GATT_ERROR; in GATTC_Discover()
1006 return GATT_ERROR; in GATTC_Read()
1090 return GATT_ERROR; in GATTC_Write()
1161 return GATT_ERROR; in GATTC_ExecuteWrite()
Dgatt_cl.c120 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_act_discovery()
326 p_clcb->status = GATT_ERROR; in gatt_check_write_long_terminate()
573 reason = GATT_ERROR; in gatt_process_error_rsp()
795 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_process_read_by_type_rsp()
1179 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_client_handle_server_rsp()
Datt_protocol.c522 att_ret = GATT_ERROR; in attp_cl_send_cmd()
Dgatt_main.c1065 tGATT_STATUS status = GATT_ERROR; in gatt_send_srv_chg_ind()
Dgatt_db.c1504 return (tGATT_STATUS) GATT_ERROR; in gatts_send_app_read_request()
Dgatt_utils.c2367 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_cleanup_upon_disc()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h56 #define GATT_ERROR 0x85 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h113 #define BTA_GATT_ERROR GATT_ERROR /* 0x85 */
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c500 return GATT_ERROR; in bta_gattc_discover_procedure()
Dbta_gattc_act.c1528 p_data->op_cmpl.status = GATT_ERROR; in bta_gattc_op_cmpl()