Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprov.c115 uint8_t expect; /* Next expected PDU */ member
625 link.expect = PROV_START; in prov_invite()
823 link.expect = PROV_PUB_KEY; in prov_start()
897 link.expect = PROV_RANDOM; in send_confirm()
1023 link.expect = PROV_CONFIRM; in send_pub_key()
1103 link.expect = PROV_CONFIRM; in prov_pub_key()
1170 link.expect = PROV_DATA; in prov_random()
1247 link.expect = 0U; in prov_data()
1358 if (link.id == rx->link_id && link.expect == PROV_INVITE) { in link_open()
1389 link.expect = PROV_INVITE; in link_open()
[all …]
Dprovisioner_prov.c143 uint8_t expect; /* Next expected PDU */ member
1695 link[idx].expect = PROV_CAPABILITIES;
1937 link[idx].expect = PROV_INPUT_COMPLETE;
2072 link[idx].expect = PROV_CONFIRM;
2146 link[idx].expect = PROV_INPUT_COMPLETE;
2209 if (link[idx].expect != PROV_INPUT_COMPLETE) {
2268 link[idx].expect = PROV_PUB_KEY;
2376 link[idx].expect = PROV_RANDOM;
2541 link[idx].expect = PROV_COMPLETE;
2791 if (link[idx].expect == PROV_CAPABILITIES) {
[all …]
/hal_espressif-latest/components/newlib/
Dstdatomic.c123 …n, type) bool __atomic_compare_exchange_ ## n (volatile void* mem, void* expect, type desired, boo…
127 if (*(volatile type*)mem == *(type*)expect) { \
131 *(type*)expect = *(volatile type*)mem; \
/hal_espressif-latest/components/bootloader_support/
DCMakeLists.txt131 # We expect to 'inherit' the verification key passed from main project.