Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h38 #define GATT_RSP_BY_APP 0x00 macro
40 #define GATT_RSP_DEFAULT GATT_RSP_BY_APP //need to rsp by the app.
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c969 if (p_attr->control.auto_rsp == GATT_RSP_BY_APP) { in gatts_write_attr_value_by_handle()
1523 …if ((control != NULL) && ((control->auto_rsp != GATT_RSP_BY_APP) && (control->auto_rsp != GATT_RSP… in gatts_add_char_desc_value_check()
Dgatt_sr.c1251 if (p_attr->control.auto_rsp == GATT_RSP_BY_APP) { in gatt_attr_process_prepare_write()