Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Dgatt_client.c1408 if (gatt_client->wait_for_authentication_complete) return false; in gatt_client_run_for_gatt_client()
1424 gatt_client->wait_for_authentication_complete = true; in gatt_client_run_for_gatt_client()
1779 gatt_client->wait_for_authentication_complete = false; in gatt_client_handle_reencryption_complete()
1850 if (gatt_client->wait_for_authentication_complete){ in gatt_client_event_packet_handler()
1851 gatt_client->wait_for_authentication_complete = false; in gatt_client_event_packet_handler()
2394 gatt_client->wait_for_authentication_complete = true; in gatt_client_handle_att_response()
H A Dgatt_client.h269 bool wait_for_authentication_complete; member