Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c410 struct ble_gap_conn_desc conn_desc; in disc_cb() local
433 rc = ble_gap_conn_find(event->connect.conn_handle, &conn_desc); in disc_cb()
438 … if (!memcmp(bt_mesh_gattc_info[i].addr.val, conn_desc.peer_id_addr.val, BLE_MESH_ADDR_LEN)) { in disc_cb()
458 memcpy(&conn_desc, &event->disconnect.conn, sizeof(conn_desc)); in disc_cb()
459 … if (!memcmp(bt_mesh_gattc_info[i].addr.val, conn_desc.peer_ota_addr.val, BLE_MESH_ADDR_LEN)) { in disc_cb()
538 ble_gap_conn_find(event->notify_rx.conn_handle, &conn_desc); in disc_cb()
545 if (memcmp(bt_mesh_gattc_info[i].addr.val, conn_desc.peer_id_addr.val, BLE_MESH_ADDR_LEN) || in disc_cb()