Home
last modified time | relevance | path

Searched refs:link_close (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h165 void (*link_close)(bt_mesh_prov_bearer_t bearer); member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprov.c308 if (prov->link_close) { in reset_adv_link()
309 prov->link_close(BLE_MESH_PROV_ADV); in reset_adv_link()
1397 static void link_close(struct prov_rx *rx, struct net_buf_simple *buf) in link_close() function
1424 link_close(rx, buf); in gen_prov_ctl()
1742 if (prov->link_close) { in bt_mesh_pb_gatt_close()
1743 prov->link_close(BLE_MESH_PROV_GATT); in bt_mesh_pb_gatt_close()
Dprovisioner_prov.c2806 static void link_close(const uint8_t idx, struct prov_rx *rx, struct net_buf_simple *buf) function
2836 link_close(idx, rx, buf);