Searched refs:bt_mesh_atomic_get (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_atomic.h | 75 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); 191 bt_mesh_atomic_val_t val = bt_mesh_atomic_get(BLE_MESH_ATOMIC_ELEM(target, bit)); in bt_mesh_atomic_test_bit()
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_atomic.c | 38 bt_mesh_atomic_val_t bt_mesh_atomic_get(const bt_mesh_atomic_t *target) in bt_mesh_atomic_get() function
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/ |
D | lpn.c | 127 (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()
|
D | main.c | 215 uint8_t role = bt_mesh_atomic_get(bt_mesh.flags) & BLE_MESH_SETTINGS_ROLE_BIT_MASK; in bt_mesh_prov_enable() 577 uint8_t role = bt_mesh_atomic_get(bt_mesh.flags) & BLE_MESH_SETTINGS_ROLE_BIT_MASK; in bt_mesh_provisioner_enable()
|
D | settings.c | 1289 uint8_t role = bt_mesh_atomic_get(bt_mesh.flags) & BLE_MESH_SETTINGS_ROLE_BIT_MASK; in settings_core_load() 1476 if (bt_mesh_atomic_get(bt_mesh.flags) & NO_WAIT_PENDING_BITS) { in schedule_store() 1479 (!(bt_mesh_atomic_get(bt_mesh.flags) & GENERIC_PENDING_BITS) || in schedule_store() 1522 …BT_DBG("Store, device role %lu", bt_mesh_atomic_get(bt_mesh.flags) & BLE_MESH_SETTINGS_ROLE_BIT_MA… in bt_mesh_store_role()
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 1568 BT_DBG("handle %u ref %u", conn->handle, bt_mesh_atomic_get(&conn->ref)); in bt_mesh_conn_ref() 1577 BT_DBG("handle %u ref %u", conn->handle, bt_mesh_atomic_get(&conn->ref)); in bt_mesh_conn_unref()
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 1706 BT_DBG("handle %u ref %u", conn->handle, bt_mesh_atomic_get(&conn->ref)); in bt_mesh_conn_ref() 1715 BT_DBG("handle %u ref %u", conn->handle, bt_mesh_atomic_get(&conn->ref)); in bt_mesh_conn_unref()
|