Home
last modified time | relevance | path

Searched refs:bt_mesh_atomic_get (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_atomic.h75 static inline bt_mesh_atomic_val_t bt_mesh_atomic_get(const bt_mesh_atomic_t *target) in bt_mesh_atomic_get() function
80 extern bt_mesh_atomic_val_t bt_mesh_atomic_get(const bt_mesh_atomic_t *target);
218 bt_mesh_atomic_val_t val = bt_mesh_atomic_get(BLE_MESH_ATOMIC_ELEM(target, bit)); in bt_mesh_atomic_test_bit()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_atomic.c38 bt_mesh_atomic_val_t bt_mesh_atomic_get(const bt_mesh_atomic_t *target) in bt_mesh_atomic_get() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c127 (void)bt_mesh_atomic_or(&target[i], bt_mesh_atomic_get(&source[i])); in group_set()
130 (void)bt_mesh_atomic_or(target, bt_mesh_atomic_get(source)); in group_set()
140 (void)bt_mesh_atomic_and(&target[i], ~bt_mesh_atomic_get(&source[i])); in group_clear()
143 (void)bt_mesh_atomic_and(target, ~bt_mesh_atomic_get(source)); in group_clear()
651 count += popcount(bt_mesh_atomic_get(&target[i])); in group_popcount()
654 return popcount(bt_mesh_atomic_get(target)); in group_popcount()
Dmain.c222 uint8_t role = bt_mesh_atomic_get(bt_mesh.flags) & BLE_MESH_SETTINGS_ROLE_BIT_MASK; in bt_mesh_prov_enable()
588 uint8_t role = bt_mesh_atomic_get(bt_mesh.flags) & BLE_MESH_SETTINGS_ROLE_BIT_MASK; in bt_mesh_provisioner_enable()
Dsettings.c1289 uint8_t role = bt_mesh_atomic_get(bt_mesh.flags) & BLE_MESH_SETTINGS_ROLE_BIT_MASK; in settings_core_load()
1477 if (bt_mesh_atomic_get(bt_mesh.flags) & NO_WAIT_PENDING_BITS) { in schedule_store()
1480 (!(bt_mesh_atomic_get(bt_mesh.flags) & GENERIC_PENDING_BITS) || in schedule_store()
1523 …BT_DBG("Store, device role %lu", bt_mesh_atomic_get(bt_mesh.flags) & BLE_MESH_SETTINGS_ROLE_BIT_MA… in bt_mesh_store_role()
Dadv.c949 if (bt_mesh_atomic_get(&BLE_MESH_ADV_BUSY(tx->buf)) && in bt_mesh_stop_ble_advertising()
Dprov.c1330 if (bt_mesh_atomic_get(&BLE_MESH_ADV_BUSY(buf))) { in prov_retransmit()
Dtransport.c399 if (bt_mesh_atomic_get(&BLE_MESH_ADV_BUSY(seg))) { in seg_tx_send_unacked()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1611 BT_DBG("handle %u ref %u", conn->handle, bt_mesh_atomic_get(&conn->ref)); in bt_mesh_conn_ref()
1620 BT_DBG("handle %u ref %u", conn->handle, bt_mesh_atomic_get(&conn->ref)); in bt_mesh_conn_unref()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1736 BT_DBG("handle %u ref %u", conn->handle, bt_mesh_atomic_get(&conn->ref)); in bt_mesh_conn_ref()
1745 BT_DBG("handle %u ref %u", conn->handle, bt_mesh_atomic_get(&conn->ref)); in bt_mesh_conn_unref()