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/ |
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); 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/ |
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-latest/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 | 222 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()
|
D | settings.c | 1289 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()
|
D | adv.c | 949 if (bt_mesh_atomic_get(&BLE_MESH_ADV_BUSY(tx->buf)) && in bt_mesh_stop_ble_advertising()
|
D | prov.c | 1330 if (bt_mesh_atomic_get(&BLE_MESH_ADV_BUSY(buf))) { in prov_retransmit()
|
D | transport.c | 399 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/ |
D | mesh_bearer_adapt.c | 1611 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/ |
D | mesh_bearer_adapt.c | 1736 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()
|