Searched refs:indication (Results 1 – 3 of 3) sorted by relevance
597 tGATT_VALUE indication; in GATTS_HandleValueIndication() local620 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()
199 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 internally260 int "Max gattc notify(indication) register number"265 Maximum GATTC notify(indication) register number
547 (event->notify_rx.indication != 0)) { in disc_cb()