Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_atomic.h169 static inline bool bt_mesh_atomic_cas(bt_mesh_atomic_t *target, bt_mesh_atomic_val_t excepted, bt_m… in bt_mesh_atomic_cas() function
174 extern bool bt_mesh_atomic_cas(bt_mesh_atomic_t *target, bt_mesh_atomic_val_t excepted, bt_mesh_ato…
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_atomic.c173 bool bt_mesh_atomic_cas(bt_mesh_atomic_t *target, bt_mesh_atomic_val_t excepted, bt_mesh_atomic_val… in bt_mesh_atomic_cas() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.c314 if (bt_mesh_atomic_cas(&BLE_MESH_ADV_BUSY(*buf), 1, 0)) { in adv_thread()
Dtransport.c265 if (bt_mesh_atomic_cas(&BLE_MESH_ADV_BUSY(tx->seg[seg_idx]), 1, 0)) { in seg_tx_done()