Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c597 tGATT_VALUE indication; in GATTS_HandleValueIndication() local
620 indication.conn_id = conn_id; in GATTS_HandleValueIndication()
621 indication.handle = attr_handle; in GATTS_HandleValueIndication()
622 indication.len = val_len; in GATTS_HandleValueIndication()
623 memcpy (indication.value, p_val, val_len); in GATTS_HandleValueIndication()
624 indication.auth_req = GATT_AUTH_REQ_NONE; in GATTS_HandleValueIndication()
639 …if ( (p_msg = attp_build_sr_msg (p_tcb, GATT_HANDLE_VALUE_IND, (tGATT_SR_MSG *)&indication)) != NU… in GATTS_HandleValueIndication()
643 p_tcb->indicate_handle = indication.handle; in GATTS_HandleValueIndication()
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in199 Service change indication mode for GATT Server.
202 bool "GATTS manually send service change indication"
204 … Manually send service change indication through API esp_ble_gatts_send_service_change_indication()
207 bool "GATTS automatically send service change indication"
209 Let Bluedroid handle the service change indication internally
260 int "Max gattc notify(indication) register number"
265 Maximum GATTC notify(indication) register number
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c547 (event->notify_rx.indication != 0)) { in disc_cb()