Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h301 #define GATT_CLT_CONFIG_INDICATION 0x0002 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c652 ccc_value.value[0] = GATT_CLT_CONFIG_INDICATION; in gatt_cl_start_config_ccc()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h212 #define BTA_GATT_CLT_CONFIG_INDICATION GATT_CLT_CONFIG_INDICATION /* 0x0002 */
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c2515 uint16_t indicate_value = GATT_CLT_CONFIG_INDICATION; in bta_gattc_register_service_change_notify()