Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_attr.c526 p_clcb->ccc_result ++; in gatt_disc_res_cback()
531 p_clcb->ccc_result ++; in gatt_disc_res_cback()
537 p_clcb->ccc_result ++; in gatt_disc_res_cback()
561 if (status == GATT_SUCCESS && p_clcb->ccc_result > 0) { in gatt_disc_cmpl_cback()
562 p_clcb->ccc_result = 0; in gatt_disc_cmpl_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h505 UINT8 ccc_result; member