Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c283 if (p_attr16->control.auto_rsp == GATT_RSP_BY_STACK) { in read_attr_value()
885 if (p_cur->p_value != NULL && p_cur->control.auto_rsp == GATT_RSP_BY_STACK) { in gatts_is_auto_response()
1519 … != NULL) && ((control->auto_rsp != GATT_RSP_BY_APP) && (control->auto_rsp != GATT_RSP_BY_STACK))){ in gatts_add_char_desc_value_check()
1525 if ((control != NULL) && (control->auto_rsp == GATT_RSP_BY_STACK)){ in gatts_add_char_desc_value_check()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h39 #define GATT_RSP_BY_STACK 0x01 macro