Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Datt_server.c387 btstack_run_loop_remove_timer(&att_server->value_indication_timer); in att_server_event_packet_handler()
881 btstack_run_loop_remove_timer(&att_server->value_indication_timer); in att_server_handle_att_pdu()
1477 …btstack_run_loop_set_timer_handler(&att_server->value_indication_timer, att_handle_value_indicatio… in att_server_indicate()
1478 btstack_run_loop_set_timer(&att_server->value_indication_timer, ATT_TRANSACTION_TIMEOUT_MS); in att_server_indicate()
1479 btstack_run_loop_add_timer(&att_server->value_indication_timer); in att_server_indicate()
/btstack/src/
H A Dhci.h504 btstack_timer_source_t value_indication_timer; member