Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfriend.c67 static void enqueue_update(struct bt_mesh_friend *frnd, uint8_t md);
90 static bool is_lpn_unicast(struct bt_mesh_friend *frnd, uint16_t addr) in is_lpn_unicast()
99 struct bt_mesh_friend *bt_mesh_friend_find(uint16_t net_idx, uint16_t lpn_addr, in bt_mesh_friend_find()
107 struct bt_mesh_friend *frnd = &bt_mesh.frnd[i]; in bt_mesh_friend_find()
148 static int32_t recv_delay(struct bt_mesh_friend *frnd) in recv_delay()
157 static void friend_clear(struct bt_mesh_friend *frnd, uint8_t reason) in friend_clear()
211 struct bt_mesh_friend *frnd = &bt_mesh.frnd[i]; in bt_mesh_friend_clear_net_idx()
230 struct bt_mesh_friend *frnd = &bt_mesh.frnd[i]; in bt_mesh_friend_sec_update()
261 struct bt_mesh_friend *frnd = NULL; in bt_mesh_friend_clear()
312 static void friend_sub_add(struct bt_mesh_friend *frnd, uint16_t addr) in friend_sub_add()
[all …]
Dfriend.h26 struct bt_mesh_friend *bt_mesh_friend_find(uint16_t net_idx, uint16_t lpn_addr,
Dnet.h92 struct bt_mesh_friend { struct
244 struct bt_mesh_friend frnd[CONFIG_BLE_MESH_FRIEND_LPN_COUNT];
Dcfg_srv.c2827 struct bt_mesh_friend *frnd = NULL; in lpn_timeout_get()