Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h616 void bt_mesh_lpn_set_cb(void (*cb)(uint16_t friend_addr, bool established));
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c70 static void (*lpn_cb)(uint16_t friend_addr, bool established);
1059 void bt_mesh_lpn_set_cb(void (*cb)(uint16_t friend_addr, bool established)) in bt_mesh_lpn_set_cb() argument
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c894 static void btc_ble_mesh_lpn_cb(uint16_t friend_addr, bool established) in btc_ble_mesh_lpn_cb() argument
902 mesh_param.lpn_friendship_establish.friend_addr = friend_addr; in btc_ble_mesh_lpn_cb()
905 mesh_param.lpn_friendship_terminate.friend_addr = friend_addr; in btc_ble_mesh_lpn_cb()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h1363 uint16_t friend_addr; /*!< Friend Node unicast address */ member
1369 uint16_t friend_addr; /*!< Friend Node unicast address */ member