Home
last modified time | relevance | path

Searched refs:is_notify (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h172 bool is_notify; /*!< True means notification; false means indication */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c907 param.notify.is_notify = (notify->is_notify == TRUE) ? true : false; in btc_gattc_cb_handler()
912 if (notify->is_notify == FALSE) { in btc_gattc_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h370 BOOLEAN is_notify; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c2075 APPL_TRACE_DEBUG("is_notify %d", p_notify->is_notify); in bta_gattc_proc_other_indication()
2077 p_notify->is_notify = (op == GATTC_OPTYPE_INDICATION) ? FALSE : TRUE; in bta_gattc_proc_other_indication()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1595 p_data->notify.is_notify == false) { in bt_mesh_bta_gattc_cb()